Skip to content

Commit baa0f89

Browse files
committed
Update no-response.yml
1 parent 4b67628 commit baa0f89

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/no-response.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ on:
55
- cron: '0 0 * * *' # Runs daily at midnight
66
workflow_dispatch:
77

8-
permissions:
9-
issues: write
10-
pull-requests: write
11-
128
jobs:
139
noResponse:
1410
runs-on: ubuntu-latest
1511
steps:
1612
- uses: actions/stale@v9
1713
with:
18-
repo-token: ${{ secrets.GITHUB_TOKEN }}
14+
repo-token: ${{ secrets.FOSSIFYBOT_TOKEN }}
1915
days-before-stale: -1
2016
# Number of days of inactivity before an issue is closed for lack of response.
2117
days-before-close: 14

0 commit comments

Comments
 (0)