Update no-response.yml
This commit is contained in:
parent
6b20ddba78
commit
0348601d0d
1 changed files with 1 additions and 5 deletions
6
.github/workflows/no-response.yml
vendored
6
.github/workflows/no-response.yml
vendored
|
|
@ -5,17 +5,13 @@ on:
|
||||||
- cron: '0 0 * * *' # Runs daily at midnight
|
- cron: '0 0 * * *' # Runs daily at midnight
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
|
||||||
issues: write
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
noResponse:
|
noResponse:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v9
|
- uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.FOSSIFYBOT_TOKEN }}
|
||||||
days-before-stale: -1
|
days-before-stale: -1
|
||||||
# Number of days of inactivity before an issue is closed for lack of response.
|
# Number of days of inactivity before an issue is closed for lack of response.
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue