Skip to content

Commit b1ab729

Browse files
committed
chore: update frequency of branch-cleanup job
1 parent 79402df commit b1ab729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete-old-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: beatlabs/delete-old-branches-action@v0.0.10
1515
with:
1616
repo_token: ${{ github.token }}
17-
date: '1 month ago'
17+
date: '1 week ago'
1818
dry_run: false
1919
extra_protected_branch_regex: ^(main)$
2020
exclude_open_pr_branches: false

0 commit comments

Comments
 (0)