From e2569bbee0f40310af7a2ba7b2b3284dad75f70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:44:21 +0100 Subject: [PATCH] build(deps): Bump agilepathway/label-checker from 1.5.9 to 1.6.7 (#21) Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.5.9 to 1.6.7. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](https://github.com/agilepathway/label-checker/compare/v1.5.9...v1.6.7) --- updated-dependencies: - dependency-name: agilepathway/label-checker 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/scan-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-pull-request.yaml b/.github/workflows/scan-pull-request.yaml index 0236549..0c6220f 100644 --- a/.github/workflows/scan-pull-request.yaml +++ b/.github/workflows/scan-pull-request.yaml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: false steps: - - uses: agilepathway/label-checker@v1.5.9 + - uses: agilepathway/label-checker@v1.6.7 with: any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}