Skip to content

Commit

Permalink
fix: do not stale issues waiting for external action
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Nov 9, 2023
1 parent 3ea777c commit cce3b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
days-before-issue-close: 14
days-before-pr-stale: 30
days-before-pr-close: 14
exempt-issue-labels: "waiting-external"
exempt-pr-labels: "waiting-external"
stale-issue-label: "stale"
stale-pr-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
Expand Down

0 comments on commit cce3b49

Please sign in to comment.