Bläddra i källkod

chore: roadmap should not label stale (#14103)

Jay Chung 1 år sedan
förälder
incheckning
2124a95081
1 ändrade filer med 1 tillägg och 1 borttagningar
  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-stale: 30
           days-before-issue-close: 7
           days-before-issue-close: 7
           # We do not stale Issues with label `Waiting for reply`, `feature` and `DSIP`
           # We do not stale Issues with label `Waiting for reply`, `feature` and `DSIP`
-          exempt-issue-labels: 'Waiting for reply,feature,DSIP,security'
+          exempt-issue-labels: 'Waiting for reply,feature,DSIP,security,roadmap'
           stale-issue-message: >
           stale-issue-message: >
             This issue has been automatically marked as stale because it has not had recent activity
             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.
             for 30 days. It will be closed in next 7 days if no further activity occurs.