Skip to content

Commit

Permalink
chore: bump JulienKode/pull-request-name-linter-action (#52)
Browse files Browse the repository at this point in the history
Bumps [JulienKode/pull-request-name-linter-action](https://github.com/JulienKode/pull-request-name-linter-action) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/JulienKode/pull-request-name-linter-action/releases)
- [Commits](JulienKode/pull-request-name-linter-action@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: JulienKode/pull-request-name-linter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2024
1 parent 46ccfa9 commit fff0009
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 @@ -17,7 +17,7 @@ jobs:
run: |
npm install @commitlint/config-conventional
echo "module.exports = {extends: ['@commitlint/config-conventional'], rules: { 'subject-case': [0, 'always', ['sentence-case','lower-case', 'start-case']], 'header-max-length': [2, 'always', 120], 'body-max-line-length': [0, 'always', 120] }};" > commitlint.config.js
- uses: JulienKode/pull-request-name-linter-action@v0.4.0
- uses: JulienKode/pull-request-name-linter-action@v0.5.0
check-pr-commits:
name: PR Commit Messages
runs-on: ubuntu-20.04
Expand Down

0 comments on commit fff0009

Please sign in to comment.