We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efcdbf commit 91f54afCopy full SHA for 91f54af
.github/stale.yml
@@ -9,8 +9,14 @@ daysUntilClose: 5
9
10
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
11
exemptLabels:
12
- - "issue: proposal"
+ - "contributions: claimed"
13
+ - "contributions: up for grabs!"
14
+ - "good first issue"
15
- "issue: announcement"
16
+ - "issue: bug"
17
+ - "issue: proposal"
18
+ - "tag: bug fix"
19
+ - "tag: needs investigation"
20
21
# Set to true to ignore issues in a project (defaults to false)
22
exemptProjects: true
0 commit comments