Fix syntax error in yaml file (#33327)

This commit is contained in:
autoantwort 2023-08-22 23:54:45 +02:00 committed by GitHub
parent b98e11a164
commit 92ae1d6b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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