Skip to content

Commit bb36c16

Browse files
fix: avoid validating pull request title on release branches (#36)
1 parent edd01db commit bb36c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-conventional-commits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
pr-title-linter:
1010
runs-on: ubuntu-latest
11+
if: ${{ !startsWith(github.head_ref , 'release/') }}
1112
steps:
1213
# this is a hash for amannn/action-semantic-pull-request@v5.4.0
1314
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f

0 commit comments

Comments
 (0)