Skip to content

Commit

Permalink
chore: bump wagoid/commitlint-github-action from v2 to v3.0.6
Browse files Browse the repository at this point in the history
Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from v2 to v3.0.6.
- [Release notes](https://github.com/wagoid/commitlint-github-action/releases)
- [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](wagoid/commitlint-github-action@v2...b50220d)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 5, 2021
1 parent 711bd21 commit 603bce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: 'Configure commit lint'
run: |
echo "module.exports = {extends: ['@commitlint/config-conventional'], rules: { 'subject-case': [2, 'always', ['sentence-case','lower-case', 'start-case']], 'header-max-length': [2, 'always', 120], 'body-max-line-length': [0, 'always', 120] }};" > commitlint.config.js
- uses: 'wagoid/commitlint-github-action@v2'
- uses: 'wagoid/commitlint-github-action@v3.0.6'
apply-labels:
name: 'PR Labels'
runs-on: 'ubuntu-18.04'
Expand Down

0 comments on commit 603bce7

Please sign in to comment.