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 e5ed8a1 commit f4debdbCopy full SHA for f4debdb
.github/workflows/conventional-commit.yml
@@ -12,7 +12,7 @@ jobs:
12
if: |
13
!contains(github.event.pull_request.title, 'release') &&
14
!contains(github.event.pull_request.title, 'chore')
15
- uses: amannn/action-semantic-pull-request@v5
+ uses: amannn/action-semantic-pull-request@v6
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
with:
0 commit comments