Skip to content

Commit

Permalink
Merge pull request #547 from WenjieDu/(bot)update_stale_workflow
Browse files Browse the repository at this point in the history
Update the stale workflow
  • Loading branch information
WenjieDu authored Nov 25, 2024
2 parents 81ea218 + 1ec19d0 commit 56f5b9b
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 56f5b9b

Please sign in to comment.