-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add descriptions and new labels to the bot rules #18342
base: main
Are you sure you want to change the base?
Conversation
@@ -533,14 +609,14 @@ | |||
then: | |||
- removeLabel: | |||
label: Needs-Tag-Fix | |||
description: | |||
- if: | |||
- description: Add "In-PR" label to isses that are referenced in a PR |
Check failure
Code scanning / check-spelling
Unrecognized Spelling
@@ -701,8 +777,8 @@ | |||
pattern: Severity- | |||
- labelSync: | |||
pattern: Impact- | |||
description: | |||
- if: | |||
- description: Comments with "/dup", "/dupe", or "/duplicate" targetting another repo will close the issue as a duplicate and remove "Needs-" labels |
Check failure
Code scanning / check-spelling
Unrecognized Spelling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor spellbot concerns
Wanted to learn how the bot works, so I went ahead cleaned up the bot rules a bit. List of changes:
If there's any new rules you'd like added, let me know. 🎁