We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd01db commit bb36c16Copy full SHA for bb36c16
.github/workflows/validate-conventional-commits.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
pr-title-linter:
10
runs-on: ubuntu-latest
11
+ if: ${{ !startsWith(github.head_ref , 'release/') }}
12
steps:
13
# this is a hash for amannn/action-semantic-pull-request@v5.4.0
14
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f
0 commit comments