Skip to content

Commit e37d75f

Browse files
committed
use exclude-branches-regex
1 parent ef0cea1 commit e37d75f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/remove-stale-branches.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
days-before-branch-stale: 90
2121
days-before-branch-delete: 7
2222
operations-per-run: 100
23-
excluded-branches: |
24-
main
25-
release-dev/**
26-
v*
23+
exclude-branches-regex: "^(main|release-dev/.*|v[0-9]+\\.[0-9]+\\.[0-9]+)$"
2724
ignore-unknown-authors: true
2825
default-recipient: "bowenli86"

0 commit comments

Comments
 (0)