From 78ece5328333034c0bbfa5528dc3924c7a1f0299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 23:33:44 +0000 Subject: [PATCH] build(deps): Bump Namchee/conventional-pr from 0.15.4 to 0.15.5 Bumps [Namchee/conventional-pr](https://github.com/namchee/conventional-pr) from 0.15.4 to 0.15.5. - [Release notes](https://github.com/namchee/conventional-pr/releases) - [Commits](https://github.com/namchee/conventional-pr/compare/v0.15.4...v0.15.5) --- updated-dependencies: - dependency-name: Namchee/conventional-pr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index e76fd3d..08eef3b 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -26,7 +26,7 @@ jobs: # check for the most recent release: https://github.com/Namchee/conventional-pr/releases - name: '✅ Lint PR' - uses: Namchee/conventional-pr@v0.15.4 + uses: Namchee/conventional-pr@v0.15.5 with: access_token: ${{ secrets.GITHUB_TOKEN }} label: '⁉️ invalid'