Skip to content

Commit

Permalink
fix(ci): add dev-deps to scopes in pr_title_validation.sh (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Levente Orban authored Jul 10, 2024
1 parent c82c394 commit 26915cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_title_validation.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

filtered=$(echo $1 | grep -E '(cicd|chore|doc|feat|fix|hotfix|refactor|test|BREAKING CHANGE)(\((web|agent|ci|cli|deps|crux|crux-ui|kratos|crane|dagent)\))?: [\w\S]*')
filtered=$(echo $1 | grep -E '(cicd|chore|doc|feat|fix|hotfix|refactor|test|BREAKING CHANGE)(\((web|agent|ci|cli|deps|deps-dev|crux|crux-ui|kratos|crane|dagent)\))?: [\w\S]*')

if [ -n "$filtered" ]; then
echo "Title is valid."
Expand Down

0 comments on commit 26915cf

Please sign in to comment.