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 4b44643 commit 8e1d556Copy full SHA for 8e1d556
.github/workflows/semantic-check.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: Validate PR title
18
if: ${{ github.event_name != 'merge_group' }}
19
- uses: amannn/action-semantic-pull-request@v5
+ uses: amannn/action-semantic-pull-request@v6
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
with:
0 commit comments