Quellcode durchsuchen

feat: add 💬 Discussion as an extempt label

trgiangdo vor 1 Jahr
Ursprung
Commit
ae40396a80
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      .github/workflows/manage-stale-issue-pr.yml

+ 2 - 2
.github/workflows/manage-stale-issue-pr.yml

@@ -24,8 +24,8 @@ jobs:
           close-pr-message: "This PR has been closed because it has been marked as \"🥶Waiting for contributor\" for more than 14 days with no activity."
           delete-branch: true  # Delete branch after closing a stale PR
           days-before-issue-close: -1  # Never close an issue
-          exempt-issue-labels: "❌ Blocked"  # Issues with label ❌ Blocked are exempted from stale
-          exempt-pr-labels: "❌ Blocked"  # PRs with label ❌ Blocked are exempted from stale
+          exempt-issue-labels: "❌ Blocked,💬 Discussion"  # Issues with label ❌ Blocked or 💬 Discussion are exempted from stale
+          exempt-pr-labels: "❌ Blocked,💬 Discussion"  # PRs with label ❌ Blocked or 💬 Discussion are exempted from stale
           exempt-assignees: "jrobinAV,FabienLelaquais"  # Assignees on issues/PRs exempted from stale
           remove-stale-when-updated: true