File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ jobs:
20
20
has not had recent activity. It will be closed if no further activity occurs
21
21
within a week.
22
22
close-issue-message : ' Issue closed automatically as inactive.'
23
- exempt-issue-labels : ' BUG,Feature Request,Pinned,Has Milestone '
23
+ exempt-issue-labels : ' BUG,Feature Request,Pinned'
24
24
stale-issue-label : ' Inactive'
25
25
stale-pr-message : >
26
26
This pull request has been automatically marked as stale because it
27
27
has not had recent activity. It will be closed if no further activity occurs
28
28
within a week.
29
29
close-pr-message : ' Pull request closed automatically as inactive.'
30
- exempt-pr-labels : ' Pinned,Has Milestone '
30
+ exempt-pr-labels : ' Pinned'
31
31
stale-pr-label : ' Inactive'
32
+ exempt-all-milestones : true
You can’t perform that action at this time.
0 commit comments