Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 authored Feb 21, 2025
1 parent 076281c commit 34d0bd5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write

jobs:
stale:
runs-on: ubuntu-latest
Expand All @@ -16,5 +19,6 @@ jobs:
days-before-issue-close: 5
days-before-pr-stale: -1
days-before-pr-close: -1
exempt-issue-labels: 'bug,enhancement,help wanted'
exempt-issue-labels: 'help wanted,WIP'
exempt-all-milestones: true
exempt-all-assignees: true

0 comments on commit 34d0bd5

Please sign in to comment.