Skip to content

Commit 721d4c4

Browse files
authored
chore: reduce stale branch detection to 59 days (#8323)
1 parent a32a661 commit 721d4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete-stale-branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2020
# When it goes "stale" an issue is created
2121
# We don't want this, so we delete first
22-
days-before-stale: 60
22+
days-before-stale: 59
2323
days-before-delete: 60
2424
pr-check: true
2525
dry-run: true

0 commit comments

Comments
 (0)