File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 8
8
show_contribution : true
9
9
show_line_count : true
10
10
show_email_address : true
11
- add_co_authors : true
11
+ add_co_authors : false
12
12
href : " mailto:{email}"
13
13
count_empty_lines : true
14
14
fallback_to_empty : false
@@ -45,6 +45,12 @@ If this option is set to `true` (default: `true`), then authors' names
45
45
are rendered as (by default) a `mailto:{email}` link pointing to their email address. If
46
46
set to `false`, they are shown in plain text.
47
47
48
+ # # `add_co_authors`
49
+
50
+ If this option is set to `true` (default : ` false` ), then
51
+ [co-authors](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors)' names
52
+ are rendered in addition to the commit author.
53
+
48
54
# # `href`
49
55
50
56
Given `show_email_adress` is set to `true`, you can customize the rendered link with the option `href`
You can’t perform that action at this time.
0 commit comments