Fixing syntax error in stale issue cron action (#8269)

pull/8262/head
Keith Williams 2023-04-15 08:49:16 -03:00 committed by GitHub
parent 8c328ce5d7
commit 081776b4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ jobs:
days-before-pr-stale: 14 days-before-pr-stale: 14
days-before-pr-close: 7 days-before-pr-close: 7
stale-pr-message: "This PR is being marked as stale due to inactivity." stale-pr-message: "This PR is being marked as stale due to inactivity."
close-pr-message: "This PR is being closed due to inactivity. Please reopen if work is intended to be continued. close-pr-message: "This PR is being closed due to inactivity. Please reopen if work is intended to be continued."