Skip to content

Commit 7f2605e

Browse files
authored
Downgrade stale bot to v8 and fix permissions (#2112)
1 parent 01110ad commit 7f2605e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ on:
33
schedule:
44
- cron: '30 1 * * *'
55

6+
permissions:
7+
issues: write
8+
69
jobs:
710
stale:
811
runs-on: ubuntu-latest
9-
permissions:
10-
issues: write
1112
steps:
12-
- uses: actions/stale@v9
13+
- uses: actions/stale@v8
1314
with:
1415
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.'
1516
exempt-issue-labels: 'bug,exporters,good first issue,onnx,onnxruntime,quantization'

0 commit comments

Comments
 (0)