mirror of
https://github.com/nushell/nushell
synced 2025-01-15 14:44:14 +00:00
Update stale.yml
turn off dry-run/debug-only mode
This commit is contained in:
parent
49c93e5b9e
commit
3a3d80826c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
debug-only: true
|
||||
#debug-only: true
|
||||
enable-statistics: true
|
||||
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.'
|
||||
|
|
Loading…
Reference in a new issue