Description
Given:
- A PR which is opened for review in a repo using the props bot
- ... and the PR contains one or more commits which already credit contributors using the
Co-authored-by: tags.
- ... and the
Co-authored-by: tags follow the format as proscribed in the attribution page, i.e. Co-authored-by: githubusername <dotorgusername@git.wordpress.org>
- ... and the accounts mentioned are linked correctly (i.e. the link between w.org and GitHub has been established correctly prior to the commits being made)
I'd expect:
The props bot to include those people being acknowledged as co-authors to be included in the props list.
Instead this happened:
Only the committer is included in the props list, co-authors are ignored by the bot.
Version
v1
Workflow file
https://github.com/WordPress/wordpress-develop/blob/trunk/.github/workflows/props-bot.yml
Link
WordPress/wordpress-develop#6235
Description
Given:
Co-authored-by:tags.Co-authored-by:tags follow the format as proscribed in the attribution page, i.e.Co-authored-by: githubusername <dotorgusername@git.wordpress.org>I'd expect:
The props bot to include those people being acknowledged as co-authors to be included in the props list.
Instead this happened:
Only the committer is included in the props list, co-authors are ignored by the bot.
Version
v1
Workflow file
https://github.com/WordPress/wordpress-develop/blob/trunk/.github/workflows/props-bot.yml
Link
WordPress/wordpress-develop#6235