Skip to content

Commit 6a4a4da

Browse files
authored
chore: adjust stale branch deletion timing to avoid issue creation (#8321)
1 parent 6dc36db commit 6a4a4da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
uses: crs-k/[email protected]
1818
with:
1919
repo-token: "${{ secrets.GITHUB_TOKEN }}"
20-
days-before-stale: 60
21-
days-before-delete: 90
20+
# When it goes "stale" an issue is created
21+
# We don't want this, so we delete first
22+
days-before-stale: 61
23+
days-before-delete: 60
2224
pr-check: true
2325
dry-run: true
2426
ignore-issue-interaction: true

0 commit comments

Comments
 (0)