We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32a661 commit 721d4c4Copy full SHA for 721d4c4
.github/workflows/delete-stale-branches.yaml
@@ -19,7 +19,7 @@ jobs:
19
repo-token: "${{ secrets.GITHUB_TOKEN }}"
20
# When it goes "stale" an issue is created
21
# We don't want this, so we delete first
22
- days-before-stale: 60
+ days-before-stale: 59
23
days-before-delete: 60
24
pr-check: true
25
dry-run: true
0 commit comments