Skip to content

Commit

Permalink
Fix exempt labels for the action/stale
Browse files Browse the repository at this point in the history
Turned out those were supposed to be a string.
  • Loading branch information
bbatsov committed Jan 18, 2025
1 parent ead9a0d commit 5f8b17c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
days-before-issue-stale: 30
days-before-issue-close: 30
stale-issue-label: "stale"
exempt-issue-labels:
- "high priority"
- "good first issue"
- "pinned"
exempt-issue-labels: "high priority, good first issue, pinned"
stale-issue-message: >-
This issue has been automatically marked as stale because it has not
had any recent activity. It will be closed soon if no further
Expand All @@ -28,10 +25,7 @@ jobs:
if you ever come back to it.
days-before-pr-stale: 30
days-before-pr-close: 30
exempt-pr-labels:
- "high priority"
- "good first issue"
- "pinned"
exempt-pr-labels: "high priority, good first issue, pinned"
stale-pr-message: >-
This pull request has been automatically marked as stale because it has not
had any recent activity. It will be closed soon if no further
Expand Down

0 comments on commit 5f8b17c

Please sign in to comment.