From fff0009ac0bd51556445446385fe43eeddd568d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 23:04:06 -0800 Subject: [PATCH] chore: bump JulienKode/pull-request-name-linter-action (#52) 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](https://github.com/JulienKode/pull-request-name-linter-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index 43a8ce6d2e..3d6fb76003 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -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