Skip to content

Commit

Permalink
chore: Update pr-title.yml (#225)
Browse files Browse the repository at this point in the history
Regexp in its current form allows defining PR titles which do not start
with specified prefixes.
  • Loading branch information
nieomylnieja committed May 8, 2024
1 parent e79f5b9 commit ce05629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
steps:
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: "(feat|fix|sec|infra|test|chore|doc): .{5,}"
regexp: "^(feat|fix|sec|infra|test|chore|doc): .{5,}"
helpMessage: "Example: 'feat: new pr title check BE-143' <- prefix, colon, space, PR title of at least 5 chars (with ticket number strongly suggested, but not mandatory)"

0 comments on commit ce05629

Please sign in to comment.