Closed desrosj closed 2 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.
Core Committers: Use this line as a base for the props when committing in SVN:
Props desrosj, mamaduka.
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: Mamaduka <mamaduka@git.wordpress.org>
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.
What?
This fixes a typo in the
types
keyword to ensure the bot only runs for the specified event types.Why?
By default,
issue_comment
runs when a comment iscreated
,edited
, anddeleted
. Becausetypes
was misspelled, the bot would run unnecessarily on comment edit or delete.Props to @jeherve for reporting, and @aaronjorbin/@Mamaduka for reviewing and merging the original report in WordPress/Gutenberg#64557.