From 8f64ded364f3323a9102a2235c3290f3ccd7e9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:04:27 +0000 Subject: [PATCH] ci: bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 Bumps [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/thehanimo/pr-title-checker/releases) - [Commits](https://github.com/thehanimo/pr-title-checker/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: thehanimo/pr-title-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 31769cb1..4bac83f1 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -29,7 +29,7 @@ jobs: - uses: hmarr/debug-action@v2.1.0 - name: "Validate PR's title" - uses: thehanimo/pr-title-checker@v1.4.1 + uses: thehanimo/pr-title-checker@v1.4.2 with: GITHUB_TOKEN: ${{ github.token }} pass_on_octokit_error: false