Skip to content

Commit 8763993

Browse files
authored
update stale bot (#6998)
* removed stale bot * changed stale bot to only close features and enhancements
1 parent c1971b2 commit 8763993

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

Diff for: .github/stale.yml

+9-19
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 45
2+
daysUntilStale: 30
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 7
5-
# Issues with these labels will never be considered stale
6-
exemptLabels:
7-
- bug
8-
- enhancement
9-
- feature request
10-
- good first issue
11-
- hacktoberfest
12-
- help wanted
13-
- needs investigation
14-
- needs more info
15-
- question
16-
- pinned
17-
- security
18-
- up-for-grabs
4+
daysUntilClose: 30
5+
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
6+
onlyLabels:
7+
- ":rocket: feature"
8+
- ":dna: enhancement"
199
# Label to use when marking an issue as stale
20-
staleLabel: stale
10+
staleLabel: up-for-grabs
2111
# Limit to only `issues` not `pulls`
2212
only: issues
2313
# Comment to post when marking an issue as stale. Set to `false` to disable
2414
markComment: >
25-
This issue has been automatically marked as stale because it has not had
15+
This issue has been automatically marked as up-for-grabs because it has not had
2616
recent activity. It will be closed if no further activity occurs. Thank you
2717
for your contributions.
2818
# Comment to post when closing a stale issue. Set to `false` to disable
29-
closeComment: false
19+
closeComment: false

0 commit comments

Comments
 (0)