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 2285894 commit ce5b9faCopy full SHA for ce5b9fa
.github/workflows/lint-pr-title.yml
@@ -12,6 +12,6 @@ jobs:
12
name: Verify the PR title matches conventional commit spec.
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: amannn/action-semantic-pull-request@v5
+ - uses: amannn/action-semantic-pull-request@v6
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments