Skip to content

Commit c599932

Browse files
authored
Fix stale bot configuration (#1473)
1 parent 936c8ff commit c599932

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,14 @@ on:
1010
jobs:
1111
stale:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
actions: write
15+
issues: write
16+
pull-requests: write
1317

1418
steps:
1519
- uses: actions/stale@v10
1620
with:
17-
repo-token: ${{ secrets.GITHUB_TOKEN }}
18-
19-
permissions:
20-
actions: write
21-
issues: write
22-
pull-requests: write
23-
2421
# The number of days old an issue can be before marking it stale.
2522
days-before-stale: 180
2623
# Number of days of inactivity before a stale issue is closed

0 commit comments

Comments
 (0)