Skip to content

Commit 9a7abdb

Browse files
authored
Merge pull request #271 from thecodingmachine/add-stale-for-issues-outdated
Add stale behaviour for issue outdated
2 parents 4207a2f + 0b351de commit 9a7abdb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/stale.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Documentation https://github.com/marketplace/actions/close-stale-issues
2+
# Number of days of inactivity before an issue becomes stale
3+
daysUntilStale: 60
4+
# Number of days of inactivity before a stale issue is closed
5+
daysUntilClose: 7
6+
# Issues with these labels will never be considered stale
7+
exemptLabels:
8+
- pinned
9+
- enhancement
10+
- enhancement requested
11+
- bug confirmed
12+
- information
13+
# Label to use when marking an issue as stale
14+
staleLabel: stale
15+
# Comment to post when marking an issue as stale. Set to `false` to disable
16+
markComment: >
17+
This issue has been automatically marked as stale because it has not had
18+
recent activity. It will be closed if no further activity occurs. Please
19+
update it if any action still required.
20+
# Comment to post when closing a stale issue. Set to `false` to disable
21+
closeComment: >
22+
This issue has been automatically closed because it has not had recent activity.
23+
Please, reopen if you need.

0 commit comments

Comments
 (0)