Преглед на файлове

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

Jiajie Zhong преди 2 години
родител
ревизия
502fbb0f1c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/stale.yml

+ 1 - 1
.github/workflows/stale.yml

@@ -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.