Closed desrosj closed 9 months ago
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot
label.
If you're a Core Committer, use this list when committing to wordpress-develop
in SVN:
Props: desrosj, jorbin.
If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
Co-authored-by: desrosj <desrosj@git.wordpress.org>
Co-authored-by: aaronjorbin <jorbin@git.wordpress.org>
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.
This syncs over upstream improvements to the Props Bot example workflow.
The important change in this commit is ensuring the workflow does not run on the
issue_comment
event when a PR is not the subject of the comment. Previously, the conditions were too loose, allowing any event to run as long aslabeled
was not the action.These improvements were added in https://github.com/WordPress/props-bot-action/pull/26.