Make stale comment on critical issues more clear

This commit is contained in:
Shrikant Sharat Kandula 2022-10-27 12:38:34 +05:30 committed by GitHub
parent 5a57922469
commit c1053f896d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-pr-stale: 7
days-before-issue-stale: 7
stale-issue-message: 'This issue has not seen activity for a while. It will be closed in 7 days unless further activity is detected.'
stale-issue-message: 'This **critical** issue has not seen activity for a while. It will be closed in 7 days unless further activity is detected or the Critical tag is removed.'
stale-pr-message: 'This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected.'
close-issue-message: 'This issue has been closed because of inactivity.'
close-pr-message: 'This PR has been closed because of inactivity.'