Skip to content

Commit a32a661

Browse files
authored
chore: reduce stale branch detection threshold to 60 days (#8322)
1 parent 6a4a4da commit a32a661

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: 61
22+
days-before-stale: 60
2323
days-before-delete: 60
2424
pr-check: true
2525
dry-run: true

0 commit comments

Comments
 (0)