Skip to content

Commit 6a25f64

Browse files
committed
bug fix
1 parent 0cba89b commit 6a25f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ on:
99
permissions:
1010
issues: write
1111
pull-requests: write
12+
contents: read
1213

1314
jobs:
1415
stale:
1516
runs-on: ubuntu-latest
1617
steps:
17-
- uses: actions/stale@v9
18+
- uses: actions/stale@v8
1819
with:
1920
# General settings
2021
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)