ci: Update issue state check only critical issues (#6972)

This commit is contained in:
Hetu Nandu 2021-08-31 09:22:02 +05:30 committed by GitHub
parent 0458b304e9
commit 07888cff2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,12 +18,12 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-pr-stale: 7
days-before-issue-stale: 90
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-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.'
exempt-issue-labels: 'Low'
only-issue-labels: 'Critical'
exempt-pr-labels: 'Dont merge,WIP'