Update stale.yml

turn off dry-run/debug-only mode
This commit is contained in:
Darren Schroeder 2021-06-24 12:45:28 -05:00 committed by GitHub
parent 49c93e5b9e
commit 3a3d80826c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/stale@v3 - uses: actions/stale@v3
with: with:
debug-only: true #debug-only: true
enable-statistics: true enable-statistics: true
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'