Skip to content

Commit f1268b3

Browse files
authored
Exclude cla-signatures branch from stale branch deletion (#8319)
* Exclude cla-signatures branch from stale branch deletion * improv: days before stale
1 parent 4fc5ddf commit f1268b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ 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
2022
pr-check: true
2123
dry-run: true
2224
ignore-issue-interaction: true
25+
branches-filter-regex: "cla-signatures"

0 commit comments

Comments
 (0)