We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a446d commit 9867d3aCopy full SHA for 9867d3a
.github/workflows/push.yml
@@ -13,7 +13,7 @@ jobs:
13
if: github.event_name == 'pull_request' && github.event.pull_request.user.login != 'dependabot[bot]'
14
steps:
15
- name: Lint commits
16
- uses: aschbacd/gitlint-action@v1.1.0
+ uses: aschbacd/gitlint-action@v1.2.0
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
commit-message-body-max-length: 72
0 commit comments