Skip to content

Commit

Permalink
Merge branch 'main' into ckartik/update-slashing-mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik authored Aug 7, 2024
2 parents b996e53 + 6481bfa commit 05641f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Lint PR Title
run: |
REGEX="^(fix|feat|refactor|revert|test|perf|style|chore|docs): [a-z][^.]{0,60}( \\(\\#\\d+\\))?$"
REGEX="^(fix|feat|refactor|revert|test|perf|style|chore|docs): [a-z][^.]{0,60}$"
if echo "${PR_TITLE}" | grep -Eq "${REGEX}"; then
echo -e "PR title is valid: ${PR_TITLE}"
else
Expand Down

0 comments on commit 05641f8

Please sign in to comment.