We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901f3bb commit bcc92b1Copy full SHA for bcc92b1
.github/workflows/no-response.yml
@@ -5,17 +5,13 @@ on:
5
- cron: '0 0 * * *' # Runs daily at midnight
6
workflow_dispatch:
7
8
-permissions:
9
- issues: write
10
- pull-requests: write
11
-
12
jobs:
13
noResponse:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/stale@v9
17
with:
18
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ repo-token: ${{ secrets.FOSSIFYBOT_TOKEN }}
19
days-before-stale: -1
20
# Number of days of inactivity before an issue is closed for lack of response.
21
days-before-close: 14
0 commit comments