Skip to content

Commit

Permalink
Exempt issues and pull requests with a milestone from going stale.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Feb 8, 2021
1 parent 2467b32 commit b3c9216
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
has not had recent activity. It will be closed if no further activity occurs
within a week.
close-issue-message: 'Issue closed automatically as inactive.'
exempt-issue-labels: 'BUG,Feature Request,Pinned,Has Milestone'
exempt-issue-labels: 'BUG,Feature Request,Pinned'
stale-issue-label: 'Inactive'
stale-pr-message: >
This pull request has been automatically marked as stale because it
has not had recent activity. It will be closed if no further activity occurs
within a week.
close-pr-message: 'Pull request closed automatically as inactive.'
exempt-pr-labels: 'Pinned,Has Milestone'
exempt-pr-labels: 'Pinned'
stale-pr-label: 'Inactive'
exempt-all-milestones: true

0 comments on commit b3c9216

Please sign in to comment.