We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac386d commit d9f3f47Copy full SHA for d9f3f47
1 file changed
.github/workflows/conventional-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
lint-pr:
16
runs-on: ubuntu-latest
17
timeout-minutes: 15
18
- if: !startsWith(github.event.head_commit.message, '[Release]')
+ if: ${{ !startsWith(github.event.head_commit.message, '[Release]') }}
19
steps:
20
- uses: actions/checkout@v6
21
- uses: amannn/action-semantic-pull-request@v6
0 commit comments