We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37d75f commit 769c6abCopy full SHA for 769c6ab
.github/workflows/remove-stale-branches.yml
@@ -20,6 +20,6 @@ jobs:
20
days-before-branch-stale: 90
21
days-before-branch-delete: 7
22
operations-per-run: 100
23
- exclude-branches-regex: "^(main|release-dev/.*|v[0-9]+\\.[0-9]+\\.[0-9]+)$"
+ exempt-branches-regex: "^(main|release-dev/.*|v[0-9]+\\.[0-9]+\\.[0-9]+)$"
24
ignore-unknown-authors: true
25
default-recipient: "bowenli86"
0 commit comments