From 76c4a854e3e1d0fe6bcecdf5f175657750df7236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:43:30 +0000 Subject: [PATCH] build(deps): bump pascalgn/size-label-action from 0.5.0 to 0.5.2 Bumps [pascalgn/size-label-action](https://github.com/pascalgn/size-label-action) from 0.5.0 to 0.5.2. - [Release notes](https://github.com/pascalgn/size-label-action/releases) - [Commits](https://github.com/pascalgn/size-label-action/compare/v0.5.0...v0.5.2) --- 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/pr_automation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_automation.yaml b/.github/workflows/pr_automation.yaml index cfe577b..76fef6a 100644 --- a/.github/workflows/pr_automation.yaml +++ b/.github/workflows/pr_automation.yaml @@ -10,7 +10,7 @@ jobs: pull-requests: write steps: - name: Add size label - uses: "pascalgn/size-label-action@v0.5.0" + uses: "pascalgn/size-label-action@v0.5.2" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IGNORED: ".gitignore\n*.md\n*.MD\n*.json\n*.sql\n*.yaml\n*.yml\n.dockerignore\ngo.mod\ngo.sum\nLICENSE"