Skip to content

Commit 419b0cb

Browse files
authored
Add stale bot (#545)
1 parent 5bf32b5 commit 419b0cb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/stale.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
daysUntilStale: 180
2+
daysUntilClose: 28
3+
exemptLabels:
4+
- keep-open
5+
# Label to use when marking an issue as stale
6+
staleLabel: stale
7+
# Comment to post when marking an issue as stale. Set to `false` to disable
8+
markComment: >
9+
This issue has been automatically marked as stale because it has not had
10+
recent activity. It will be closed after 4 weeks if no further activity occurs. Thank you
11+
for your contributions.
12+
# Comment to post when closing a stale issue. Set to `false` to disable
13+
closeComment: false

0 commit comments

Comments
 (0)