Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit 0839b26

Browse files
authored
Create stale.yml
1 parent c341afd commit 0839b26

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/stale.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
daysUntilStale: 45
4+
daysUntilClose: 14
5+
6+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
7+
exemptLabels:
8+
- bug
9+
10+
exemptProjects: false
11+
exemptMilestones: true
12+
staleLabel: wontfix
13+
14+
markComment: >
15+
This issue has been automatically marked as stale because it has not had
16+
recent activity. It will be closed if no further activity occurs. Thank you
17+
for your contributions.
18+
19+
limitPerRun: 4
20+
21+
issues:
22+
exemptLabels:
23+
- bug
24+
- enhancement

0 commit comments

Comments
 (0)