Skip to content

Commit

Permalink
feat: exempt PRs with specific labels from staling;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Oct 28, 2024
1 parent 81ea218 commit 1ec19d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue had no activity for **14 days**. It will be closed in **1 week** unless there is some new activity. Is this issue already resolved?'
stale-issue-label: 'stale'
exempt-issue-labels: bug, enhancement, new feature, new model, good first issue, keep
exempt-issue-labels: bug, enhancement, new feature, new algo, good first issue, keep
exempt-pr-labels: bug, enhancement, new feature, new algo, keep
stale-pr-message: 'This pull request had no activity for **14 days**. It will be closed in **1 week** unless there is some new activity.'
stale-pr-label: 'stale'
days-before-stale: 14
Expand Down

0 comments on commit 1ec19d0

Please sign in to comment.