We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e23789 commit dc707eaCopy full SHA for dc707ea
.github/workflows/ci-workflow.yaml
@@ -94,7 +94,7 @@ jobs:
94
branch_name=$(git rev-parse --abbrev-ref HEAD)
95
echo "Current branch: $branch_name"
96
fi
97
- if ! echo "$branch_name" | grep -Eq '^(main|feature/.+|hotfix/.+)$'; then
+ if ! echo "$branch_name" | grep -Eq '^(main|feature/.+|hotfix/.+|dependabot/.+)$'; then
98
echo "Error: Branch name $branch_name does not fit the naming convention."
99
exit 1
100
0 commit comments