Skip to content

Commit

Permalink
Merge pull request #504 from dermotduffy/no-stale-some-labels
Browse files Browse the repository at this point in the history
Don't mark certain labels as stale
  • Loading branch information
dermotduffy authored Jun 19, 2023
2 parents 732ff6f + 2d5b74a commit dc9305b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
days-before-stale: 30
days-before-close: 3
exempt-draft-pr: true
exempt-issue-labels: "pinned,security"
exempt-issue-labels:
"pinned,security,help wanted,pending,good first issue"
exempt-pr-labels: "pinned,security,dependencies"
operations-per-run: 1000
- name: Print outputs
Expand Down

0 comments on commit dc9305b

Please sign in to comment.