Skip to content
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

Update stalebot settings with standardized labels #4301

Merged
merged 1 commit into from
Jul 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ onlyLabels: []

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "meta-goodfirstissue"
- "meta-helpwanted"
- "Epic"
- "meta-good-first-issue"
- "meta-help-wanted"
- "meta-discussion"
- "prio0-critical"
- "prio2-high"
- "prio5-medium"
- "prio7-low"
- "status0-blocked"
- "status1-donotmerge"
- "status2-onice"
- "status7-opendiscussion"
- "meta-pm"
- "prio-critical"
- "prio-high"
- "prio-medium"
- "prio-low"
- "status-blocked"
- "status-do-not-merge"

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false
Expand Down