Skip to content

Commit 769c6ab

Browse files
committed
fix config name
1 parent e37d75f commit 769c6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)