Skip to content

Commit

Permalink
chore(stale): exclude all prs with milestones
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Sep 6, 2022
1 parent 7808c95 commit c914787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR. We are sorry for this but 2 years is a long time and the code base has been changed a lot. Thanks for your contribution anyway.'
close-pr-message: 'This PR has been automatically closed because it has not had recent activity. Sorry for that and we are looking forward to your next contribution.'
exempt-issue-labels: 'FAQ,priority: high'
exempt-milestones: 'TBD'
exempt-all-milestones: true
operations-per-run: 500
ascending: true

0 comments on commit c914787

Please sign in to comment.