@@ -11,7 +11,7 @@ daysUntilClose: 3
1111onlyLabels : []
1212
1313# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14- exemptLabels : []
14+ exemptLabels : ['Type: Enhancement', 'Type: Bug' ]
1515
1616# Set to true to ignore issues in a project (defaults to false)
1717exemptProjects : false
@@ -23,38 +23,32 @@ exemptMilestones: false
2323exemptAssignees : false
2424
2525# Label to use when marking as stale
26- staleLabel : stale
27-
28- # Comment to post when marking as stale. Set to `false` to disable
29- markComment : >
30- This pull request 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- This pull request has been automatically closed because it has not had recent
41- activity. Please feel free to resubmit the pull request if this has been in
42- error. Thank you for your contributions.
26+ staleLabel : ' Status: Stale'
4327
4428# Limit the number of actions per hour, from 1-30. Default is 30
4529limitPerRun : 30
4630
4731# Limit to only `issues` or `pulls`
48- only : pulls
32+ # only: pulls
4933
5034# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
51- # pulls:
52- # daysUntilStale: 30
53- # markComment: >
54- # This pull request has been automatically marked as stale because it has not had
55- # recent activity. It will be closed if no further activity occurs. Thank you
56- # for your contributions.
57-
58- # issues:
59- # exemptLabels:
60- # - confirmed
35+ pulls :
36+ markComment : >
37+ This pull request has been automatically marked as stale because it has not had
38+ recent activity. It will be closed if no further activity occurs. Thank you
39+ for your contributions.
40+ closeComment : >
41+ This pull request has been automatically closed because it has not had recent
42+ activity. Please feel free to resubmit the pull request if this has been in
43+ error. Thank you for your contributions.
44+
45+ issues :
46+ markComment : >
47+ Hello! This issue has been automatically marked as stale because it has not had any
48+ recent activity. Have your concerns been addressed? If no, leave a comment and
49+ someone from the team can take a look. Otherwise, the issue will be automatically
50+ closed if no further activity occurs. Thank you for your contributions.
51+ closeComment : >
52+ This issue has been automatically closed because it has not had recent
53+ activity. Please feel free to reopen issue if you still require information.
54+ Thank you for your contributions.
0 commit comments