feat(workflow): expand stale-exempt labels to include help wanted and Public Roadmap (#17459)

This commit is contained in:
Bryan Morgan
2026-01-24 16:39:15 -05:00
committed by GitHub
parent a76c2986c2
commit 05e73c4193
2 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -40,5 +40,5 @@ jobs:
If this is still relevant, you are welcome to reopen or leave a comment. Thanks for contributing!
days-before-stale: 60
days-before-close: 14
exempt-issue-labels: 'pinned,security'
exempt-pr-labels: 'pinned,security'
exempt-issue-labels: 'pinned,security,🔒 maintainer only,help wanted,🗓️ Public Roadmap'
exempt-pr-labels: 'pinned,security,🔒 maintainer only,help wanted,🗓️ Public Roadmap'