Skip to content

Commit f83d92d

Browse files
dry923aakarshg
authored andcommitted
Adding stalebot
1 parent c3737c3 commit f83d92d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/stale.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Settings for Pulls:
2+
pulls:
3+
# Number of days of inactivity before an Issue or Pull Request becomes stale
4+
daysUntilStale: 15
5+
6+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7+
daysUntilClose: 10
8+
9+
# Label to use when marking as stale
10+
staleLabel: not_ready
11+
12+
# Exempt Labels
13+
exemptLabels:
14+
- hold
15+
16+
# Settings for issues
17+
issues:
18+
daysUntilStale: 60
19+
daysUntilClose: 14
20+
staleLabel: not_ready
21+
exemptLabels:
22+
- hold

0 commit comments

Comments
 (0)