Do not mark as stale if it is assigned to a milestone
This commit is contained in:
parent
790e148050
commit
2d4b5eb105
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
days-before-issue-stale: 60
|
days-before-issue-stale: 60
|
||||||
days-before-issue-close: 67
|
days-before-issue-close: 67
|
||||||
exempt-issue-labels: backlog,long-lived,bot
|
exempt-issue-labels: backlog,long-lived,bot
|
||||||
|
exempt-all-issue-milestones: true
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue has been automatically marked as stale because it has not had
|
This issue has been automatically marked as stale because it has not had
|
||||||
recent activity. It will be closed if no further activity occurs. If this
|
recent activity. It will be closed if no further activity occurs. If this
|
||||||
@ -33,6 +34,8 @@ jobs:
|
|||||||
|
|
||||||
days-before-pr-stale: 30
|
days-before-pr-stale: 30
|
||||||
days-before-pr-close: 37
|
days-before-pr-close: 37
|
||||||
|
exempt-pr-labels: backlog,long-lived,bot
|
||||||
|
exempt-all-pr-milestones: true
|
||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
This pull request has not had any activity in 30 days. If it has been abandoned
|
This pull request has not had any activity in 30 days. If it has been abandoned
|
||||||
no future actions are necessary, it will be automatically closed. If this is a PR
|
no future actions are necessary, it will be automatically closed. If this is a PR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user