Procházet zdrojové kódy

[GH-Actions][stale] Add investigating label to exempt list

Peter před 3 roky
rodič
revize
b682ec43ea
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .github/workflows/close_old_issues_and_prs.yml

+ 2 - 2
.github/workflows/close_old_issues_and_prs.yml

@@ -25,8 +25,8 @@ jobs:
           stale-pr-message: >
           stale-pr-message: >
             This pull request has been automatically marked as stale because it has not had
             This pull request has been automatically marked as stale because it has not had
             recent activity. It will be closed if no further activity occurs.
             recent activity. It will be closed if no further activity occurs.
-          exempt-issue-labels: "pinned,security,enhancement"
-          exempt-pr-labels: "pinned,security,enhancement"
+          exempt-issue-labels: "pinned,security,enhancement,investigating"
+          exempt-pr-labels: "pinned,security,enhancement,investigating"
           stale-issue-label: "stale"
           stale-issue-label: "stale"
           stale-pr-label: "stale"
           stale-pr-label: "stale"
           operations-per-run: "250"
           operations-per-run: "250"