Skip to content

Commit e7ca007

Browse files
authored
create stale.yml
1 parent 4acdb93 commit e7ca007

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.github/stale.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
# Number of days of inactivity before an Issue or Pull Request becomes stale
4+
daysUntilStale: 60
5+
6+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8+
daysUntilClose: 7
9+
10+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
11+
exemptLabels:
12+
- pinned
13+
- security
14+
- "[Status] Maybe Later"
15+
16+
# Set to true to ignore issues in a project (defaults to false)
17+
exemptProjects: false
18+
19+
# Set to true to ignore issues in a milestone (defaults to false)
20+
exemptMilestones: false
21+
22+
# Set to true to ignore issues with an assignee (defaults to false)
23+
exemptAssignees: false
24+
25+
# Label to use when marking as stale
26+
staleLabel: wontfix
27+
28+
# Comment to post when marking as stale. Set to `false` to disable
29+
markComment: >
30+
This issue has been automatically marked as stale because it has not had
31+
recent activity. It will be closed if no further activity occurs. Thank you
32+
for your contributions.
33+
34+
# Comment to post when removing the stale label.
35+
# unmarkComment: >
36+
# Your comment here.
37+
38+
# Comment to post when closing a stale Issue or Pull Request.
39+
# closeComment: >
40+
# Your comment here.
41+
42+
# Limit the number of actions per hour, from 1-30. Default is 30
43+
limitPerRun: 30
44+
45+
# Limit to only `issues` or `pulls`
46+
# only: issues
47+
48+
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
49+
# pulls:
50+
# daysUntilStale: 30
51+
# markComment: >
52+
# This pull request has been automatically marked as stale because it has not had
53+
# recent activity. It will be closed if no further activity occurs. Thank you
54+
# for your contributions.
55+
56+
# issues:
57+
# exemptLabels:
58+
# - confirmed

0 commit comments

Comments
 (0)