Skip to content

Can mergify be told to add the original authors of strict rebased pr's as Co-Authors? #2468

Answered by sileht
AraHaan asked this question in Q&A
Discussion options

You must be logged in to vote

The original author is always accessible, mergify[bot] is only the committer, not the author, for merge commits, and update commits.
For squash commit (built by GitHub and not Mergify) GitHub adds by default to the message: Co-authored-by: ...

Otherwise, this can be done with update_bot_account: "{{ author }}" and merge_bot_account: "{{ author }}", but the author needs to be parts of the organization and have logged at least once on the Dashboard.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AraHaan
Comment options

@jd
Comment options

jd Apr 23, 2021
Maintainer

Answer selected by AraHaan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants