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 7dadc3f commit e9ba422Copy full SHA for e9ba422
1 file changed
.github/workflows/semantic_pr_check.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Validate PR title
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: amannn/action-semantic-pull-request@v5
+ - uses: amannn/action-semantic-pull-request@v6
23
if: ${{ github.event.pull_request.draft == false }}
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments