Skip to content

Commit 1a33bdf

Browse files
deps(deps): bump agenthunt/conventional-commit-checker-action (grafana#124)
Bumps [agenthunt/conventional-commit-checker-action](https://github.com/agenthunt/conventional-commit-checker-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/agenthunt/conventional-commit-checker-action/releases) - [Commits](agenthunt/conventional-commit-checker-action@9e552d6...f1823f6) --- updated-dependencies: - dependency-name: agenthunt/conventional-commit-checker-action dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12c51e2 commit 1a33bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: read
1919
steps:
2020
- name: Check PR Title
21-
uses: agenthunt/conventional-commit-checker-action@9e552d650d0e205553ec7792d447929fc78e012b # v2.0.0
21+
uses: agenthunt/conventional-commit-checker-action@f1823f632e95a64547566dcd2c7da920e67117ad # v2.0.1
2222
with:
2323
pr-title-regex: "^(build|chore|ci|deps|docs|feat|fix|perf|refactor|style|test)(\\(.+\\))?(!)?:\\s.*"
2424
pr-body-regex: ".*" # We don't really care what the PR body description contains, just the title

0 commit comments

Comments
 (0)