From a116a6210ed6b80658b6a1df3e16052a4809c9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:25:56 +0000 Subject: [PATCH] build(deps): bump codelytv/pr-size-labeler from 1.10.0 to 1.10.1 Bumps [codelytv/pr-size-labeler](https://github.com/codelytv/pr-size-labeler) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/codelytv/pr-size-labeler/releases) - [Commits](https://github.com/codelytv/pr-size-labeler/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: codelytv/pr-size-labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ed1b723a32..22250d40a5 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -34,7 +34,7 @@ jobs: sync-labels: true - name: Assign labels based on the PR's size - uses: codelytv/pr-size-labeler@v1.10.0 + uses: codelytv/pr-size-labeler@v1.10.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ignore_file_deletions: true