Skip to content

Commit

Permalink
Update no-response.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Nov 17, 2024
1 parent b4128f8 commit 92a0bd7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92a0bd7

Please sign in to comment.