Skip to content

Commit

Permalink
Downgrade stale bot to v8 and fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Dec 3, 2024
1 parent 01110ad commit 3812911
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ on:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v9
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue has been marked as stale because it has been open for 30 days with no activity. This thread will be automatically closed in 5 days if no further activity occurs.'
exempt-issue-labels: 'bug,exporters,good first issue,onnx,onnxruntime,quantization'
Expand Down

0 comments on commit 3812911

Please sign in to comment.