impv: not mark issue stale with security label (#10982)

This commit is contained in:
Jiajie Zhong 2022-07-18 12:00:20 +08:00 committed by GitHub
parent a74d7ef665
commit 502fbb0f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
days-before-issue-stale: 30
days-before-issue-close: 7
# We do not stale Issues with label `Waiting for reply`, `new feature` and `DSIP`
exempt-issue-labels: 'Waiting for reply,new feature,DSIP'
exempt-issue-labels: 'Waiting for reply,new feature,DSIP,security'
stale-issue-message: >
This issue has been automatically marked as stale because it has not had recent activity
for 30 days. It will be closed in next 7 days if no further activity occurs.