1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Exempt issues and pull requests with a milestone from going stale.

This commit is contained in:
mikeller 2021-02-09 00:07:04 +13:00
parent 2467b32f91
commit b3c921689f

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