mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[stale workflow] ignore other labels to not reach operations-per-run (#33410)
This commit is contained in:
parent
4861ec79f5
commit
9db423970c
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -25,7 +25,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 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'
|
||||
exempt-issue-labels: 'no-stale,category:new-port,category:question,requires:repro,requires:more-information'
|
||||
days-before-issue-stale: 180
|
||||
days-before-pr-stale: -1
|
||||
days-before-close: 14
|
||||
|
Loading…
Reference in New Issue
Block a user