Skip to content

Commit

Permalink
Set stale-pr-label & stale-issue-label to 'stale' in stale.yml
Browse files Browse the repository at this point in the history
Hopefully this fixes the error messages that were thrown the last time the action was executed
  • Loading branch information
w00000dy authored Apr 16, 2024
1 parent b2e68db commit 6272969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
with:
days-before-stale: 120
days-before-close: 7
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-issue-labels: 'pinned,keep,enhancement,confirmed'
exempt-pr-labels: 'pinned,keep,enhancement,confirmed'
exempt-all-milestones: true
Expand Down

0 comments on commit 6272969

Please sign in to comment.