Skip to content

Commit 319dc42

Browse files
committed
Exempt issues and pull requests with a milestone from going stale.
1 parent 4be400a commit 319dc42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ jobs:
2020
has not had recent activity. It will be closed if no further activity occurs
2121
within a week.
2222
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'
2424
stale-issue-label: 'Inactive'
2525
stale-pr-message: >
2626
This pull request has been automatically marked as stale because it
2727
has not had recent activity. It will be closed if no further activity occurs
2828
within a week.
2929
close-pr-message: 'Pull request closed automatically as inactive.'
30-
exempt-pr-labels: 'Pinned,Has Milestone'
30+
exempt-pr-labels: 'Pinned'
3131
stale-pr-label: 'Inactive'
32+
exempt-all-milestones: true

0 commit comments

Comments
 (0)