Update stale.yml (#31886)

Fix typo
This commit is contained in:
autoantwort 2023-06-08 18:55:04 +02:00 committed by GitHub
parent 1e334d770a
commit 1ce35e99be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,8 @@ jobs:
days-before-close: 14 days-before-close: 14
- uses: actions/stale@v6 - uses: actions/stale@v6
with: with:
close-issue-message: "This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment." 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 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment."
ony-of-labels: 'category:new-port' any-of-labels: 'category:new-port'
close-issue-label: 'new-port-unresolved' close-issue-label: 'new-port-unresolved'
days-before-issue-stale: 60 days-before-issue-stale: 60
days-before-pr-stale: -1 days-before-pr-stale: -1