mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
Fix syntax error in yaml file (#33327)
This commit is contained in:
parent
b98e11a164
commit
92ae1d6b00
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -10,7 +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.'
|
||||
any-of-labels: 'category:question','requires:repro','requires:more-information'
|
||||
any-of-labels: 'category:question,requires:repro,requires:more-information'
|
||||
days-before-issue-stale: 28
|
||||
days-before-pr-stale: -1
|
||||
days-before-close: 14
|
||||
|
Loading…
Reference in New Issue
Block a user