Skip to content

Commit 835f809

Browse files
committed
Change behavior of pr-title-lint action to bypass branch protections
Signed-off-by: Antonia Gaete <[email protected]>
1 parent 3f0f094 commit 835f809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_pr-title-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
title-regex: '^(?:revert:\s*)?(build|chore|ci|docs|feat|fix|perf|refactor|style|test)(?:\([a-z0-9\-./, ]+\))?(?:!)?: [a-z][a-z0-9 -~]*[^.\s]$'
2626
on-failed-regex-comment: 'PR titles must follow [Conventional Commits](https://github.com/angular/angular/blob/main/contributing-docs/commit-message-guidelines.md). Love from, Your reviewers ❤️.'
2727
on-succeeded-regex-dismiss-review-comment: 'Conventional Commits FTW!'
28+
on-failed-regex-request-changes: false
29+
on-failed-regex-fail-action: true

0 commit comments

Comments
 (0)