소스 검색

feat: add 💬 Discussion as an extempt label

trgiangdo 1 년 전
부모
커밋
ae40396a80
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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