Update no-response.yml

This commit is contained in:
Naveen Singh 2024-11-17 23:44:47 +05:30
parent cc0198426c
commit 7eae0fb89a
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

@ -5,17 +5,13 @@ on:
- cron: '0 0 * * *' # Runs daily at midnight
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.FOSSIFYBOT_TOKEN }}
days-before-stale: -1
# Number of days of inactivity before an issue is closed for lack of response.
days-before-close: 14