From f3f1e9e7e2930ffd6d2a8c5f5af32d87770e0f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:44:52 +0000 Subject: [PATCH] chore(deps): bump thehanimo/pr-title-checker from 1.4.2 to 1.4.3 Bumps [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/thehanimo/pr-title-checker/releases) - [Commits](https://github.com/thehanimo/pr-title-checker/compare/v1.4.2...v1.4.3) --- 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/check_pr_labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_pr_labels.yaml b/.github/workflows/check_pr_labels.yaml index 97864e2480..da4c92cbc7 100644 --- a/.github/workflows/check_pr_labels.yaml +++ b/.github/workflows/check_pr_labels.yaml @@ -17,7 +17,7 @@ jobs: pr-name: runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@v1.4.2 + - uses: thehanimo/pr-title-checker@v1.4.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false