From 822e7ef8f4bce5cc0cb1e069aec1815ffb0c2174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:11:49 +0000 Subject: [PATCH] build(deps): Bump pascalgn/size-label-action from 0.5.2 to 0.5.4 (#25) Bumps [pascalgn/size-label-action](https://github.com/pascalgn/size-label-action) from 0.5.2 to 0.5.4. - [Release notes](https://github.com/pascalgn/size-label-action/releases) - [Commits](https://github.com/pascalgn/size-label-action/compare/v0.5.2...v0.5.4) --- updated-dependencies: - dependency-name: pascalgn/size-label-action 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/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 436a6c4..505bfe0 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.2" + uses: "pascalgn/size-label-action@v0.5.4" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IGNORED: "README.md\nLICENSE\n.gitignore\n.github/**\n"