mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +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:
commit
a81f07650b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/stale.yaml
vendored
5
.github/workflows/stale.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue