mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
Mark all issues as stale after 180 days (#33103)
* Add automatic close community-triplet issues * Mark all issues are stale --------- Co-authored-by: Cheney-Wang <850426846@qq.com>
This commit is contained in:
parent
58c4dfaa89
commit
b98e11a164
16
.github/workflows/stale.yml
vendored
16
.github/workflows/stale.yml
vendored
@ -10,14 +10,7 @@ jobs:
|
||||
- uses: actions/stale@v6
|
||||
with:
|
||||
stale-issue-message: 'This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.'
|
||||
only-labels: 'category:question'
|
||||
days-before-issue-stale: 28
|
||||
days-before-pr-stale: -1
|
||||
days-before-close: 14
|
||||
- uses: actions/stale@v6
|
||||
with:
|
||||
stale-issue-message: 'This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.'
|
||||
only-labels: 'requires:repro'
|
||||
any-of-labels: 'category:question','requires:repro','requires:more-information'
|
||||
days-before-issue-stale: 28
|
||||
days-before-pr-stale: -1
|
||||
days-before-close: 14
|
||||
@ -29,3 +22,10 @@ jobs:
|
||||
days-before-issue-stale: 60
|
||||
days-before-pr-stale: -1
|
||||
days-before-close: 14
|
||||
- uses: actions/stale@v6
|
||||
with:
|
||||
stale-issue-message: "This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment."
|
||||
exempt-issue-labels: 'no-stale'
|
||||
days-before-issue-stale: 180
|
||||
days-before-pr-stale: -1
|
||||
days-before-close: 14
|
||||
|
Loading…
Reference in New Issue
Block a user