mirror of
https://github.com/actions/checkout
synced 2024-11-09 15:12:39 +00:00
add dry-run only test
This commit is contained in:
parent
2136fa581b
commit
fb47a3d8df
1 changed files with 2 additions and 1 deletions
3
.github/workflows/stale-bot.yml
vendored
3
.github/workflows/stale-bot.yml
vendored
|
@ -13,4 +13,5 @@ jobs:
|
||||||
close-issue-message: "This issue was closed because it has been stalled for 15 days with no activity."
|
close-issue-message: "This issue was closed because it has been stalled for 15 days with no activity."
|
||||||
exempt-issue-labels: "keep"
|
exempt-issue-labels: "keep"
|
||||||
days-before-stale: 365
|
days-before-stale: 365
|
||||||
days-before-close: 15
|
days-before-close: 15
|
||||||
|
debug-only: true
|
Loading…
Reference in a new issue