Skip to content

Commit 1b88e18

Browse files
authored
Update branch-naming-policy.yml
Add dev branch to allowed names
1 parent 96de49a commit 1b88e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-naming-policy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.ref_type == 'branch' || github.ref_type == 'pull_request'
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
23-
regex: '^(feat|issue|fix|exp)\/([a-z0-9]+)\/([0-9]+)-([a-z0-9]+)'
23+
regex: '^dev|^(feat|issue|fix|exp)\/([a-z0-9]+)\/([0-9]+)-([a-z0-9]+)'
2424
# flags: i
2525
# token: ${{ secrets.REPO_TOKEN }}
2626
# delete: true

0 commit comments

Comments
 (0)