From 297a2c7b67391379dff61c859dc9ac4a3df72980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:34:32 +0000 Subject: [PATCH] build(deps): Bump pascalgn/size-label-action from 0.5.4 to 0.5.5 Bumps [pascalgn/size-label-action](https://github.com/pascalgn/size-label-action) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/pascalgn/size-label-action/releases) - [Commits](https://github.com/pascalgn/size-label-action/compare/v0.5.4...v0.5.5) --- updated-dependencies: - dependency-name: pascalgn/size-label-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request_labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_labels.yaml b/.github/workflows/pull_request_labels.yaml index 505bfe0..7585980 100644 --- a/.github/workflows/pull_request_labels.yaml +++ b/.github/workflows/pull_request_labels.yaml @@ -8,7 +8,7 @@ jobs: pull-requests: write steps: - name: Add size label - uses: "pascalgn/size-label-action@v0.5.4" + uses: "pascalgn/size-label-action@v0.5.5" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IGNORED: "README.md\nLICENSE\n.gitignore\n.github/**\n"