From 6cb06977c8626b9c79b7bf2d95294ac4c10d3418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:42:38 +0100 Subject: [PATCH] chore(deps): bump agilepathway/label-checker from 1.6.3 to 1.6.7 (#79) Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.6.3 to 1.6.7. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](https://github.com/agilepathway/label-checker/compare/v1.6.3...v1.6.7) --- updated-dependencies: - dependency-name: agilepathway/label-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scan-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-pull-request.yml b/.github/workflows/scan-pull-request.yml index e30b39b..9344401 100644 --- a/.github/workflows/scan-pull-request.yml +++ b/.github/workflows/scan-pull-request.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: false steps: - - uses: agilepathway/label-checker@v1.6.3 + - uses: agilepathway/label-checker@v1.6.7 with: any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring repo_token: ${{ secrets.envGH }}