Skip to content

Commit

Permalink
Don't mark as stale if in-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor authored Nov 26, 2024
1 parent bfe7a32 commit 6a02166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-expired-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: piroor/auto-mark-as-stale-issues@main
env:
LABEL: "stale"
EXCEPTION_LABELS: "needs-triage"
EXCEPTION_LABELS: "in-progress, needs-triage"
CANDIDATE_LABELS: "help wanted"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EXPIRE_DAYS: 30
Expand All @@ -104,7 +104,7 @@ jobs:
uses: piroor/auto-mark-as-stale-issues@main
env:
LABEL: "stale"
EXCEPTION_LABELS: "needs-triage"
EXCEPTION_LABELS: "in-progress, needs-triage"
CANDIDATE_LABELS: "Firefox-issue"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EXPIRE_DAYS: 365
Expand Down

0 comments on commit 6a02166

Please sign in to comment.