1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Merge pull request #10535 from mikeller/exempt_milestones_from_staleness

Exempt issues and pull requests with a milestone from going stale.
This commit is contained in:
Michael Keller 2021-02-22 01:02:30 +13:00 committed by GitHub
commit a81f07650b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,12 +20,13 @@ jobs:
has not had recent activity. It will be closed if no further activity occurs has not had recent activity. It will be closed if no further activity occurs
within a week. within a week.
close-issue-message: 'Issue closed automatically as inactive.' 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-issue-label: 'Inactive'
stale-pr-message: > stale-pr-message: >
This pull request has been automatically marked as stale because it 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 has not had recent activity. It will be closed if no further activity occurs
within a week. within a week.
close-pr-message: 'Pull request closed automatically as inactive.' close-pr-message: 'Pull request closed automatically as inactive.'
exempt-pr-labels: 'Pinned,Has Milestone' exempt-pr-labels: 'Pinned'
stale-pr-label: 'Inactive' stale-pr-label: 'Inactive'
exempt-all-milestones: true