Skip to content

Commit

Permalink
ci: Add stale exclusion rule for PRs (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp committed Aug 15, 2024
1 parent bcf83fd commit 6a2e8ef
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 @@ -10,4 +10,5 @@ jobs:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
exempt-issue-labels: 'bug,documentation,enhancement,good-first-issue,hep-wanted,needs-testing,release'
exempt-issue-labels: 'bug,documentation,enhancement,good-first-issue,hep-wanted,needs-testing,release'
exempt-draft-pr: true

0 comments on commit 6a2e8ef

Please sign in to comment.