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 88 show_contribution : true
99 show_line_count : true
1010 show_email_address : true
11- add_co_authors : true
11+ add_co_authors : false
1212 href : " mailto:{email}"
1313 count_empty_lines : true
1414 fallback_to_empty : false
@@ -45,6 +45,12 @@ If this option is set to `true` (default: `true`), then authors' names
4545are rendered as (by default) a `mailto:{email}` link pointing to their email address. If
4646set to `false`, they are shown in plain text.
4747
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+
4854# # `href`
4955
5056Given `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