We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be400a commit 319dc42Copy full SHA for 319dc42
.github/workflows/stale.yaml
@@ -20,12 +20,13 @@ jobs:
20
has not had recent activity. It will be closed if no further activity occurs
21
within a week.
22
close-issue-message: 'Issue closed automatically as inactive.'
23
- exempt-issue-labels: 'BUG,Feature Request,Pinned,Has Milestone'
+ exempt-issue-labels: 'BUG,Feature Request,Pinned'
24
stale-issue-label: 'Inactive'
25
stale-pr-message: >
26
This pull request has been automatically marked as stale because it
27
28
29
close-pr-message: 'Pull request closed automatically as inactive.'
30
- exempt-pr-labels: 'Pinned,Has Milestone'
+ exempt-pr-labels: 'Pinned'
31
stale-pr-label: 'Inactive'
32
+ exempt-all-milestones: true
0 commit comments