Skip to content

Commit 09420b7

Browse files
Added dependabot to branch naming check (#66)
1 parent b09af31 commit 09420b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
steps:
1818
- name: Check for branch name
1919
run:
20-
if [[ $BRANCH_NAME =~ (feature|bugfix|hotfix|development|release|master)\/* ]]; then exit 0; else exit 1; fi
20+
if [[ $BRANCH_NAME =~ (feature|bugfix|hotfix|development|dependabot|release|master)\/* ]]; then exit 0; else exit 1; fi

0 commit comments

Comments
 (0)