From a62f741240e11f0d7218d4d8c32d0f0154bdd5e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:09:12 +0530 Subject: [PATCH 1/2] build(deps): Bump pascalgn/size-label-action from 0.5.4 to 0.5.5 (#45) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rurawat12 --- .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" From 57f75531cb122cc3f94b0268dd440618ff09f63b Mon Sep 17 00:00:00 2001 From: rurawat12 Date: Tue, 5 Nov 2024 14:26:19 +0530 Subject: [PATCH 2/2] fixing parameters changes for actions-comment-pull-request@v3 (#47) Signed-off-by: Ruchita Rawat Co-authored-by: Ruchita Rawat --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4d39bf1..d918f22 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,8 +22,8 @@ jobs: github.event_name == 'pull_request' uses: thollander/actions-comment-pull-request@v2 with: - pr_number: ${{ github.event.pull_request.number }} - comment_tag: test-chart + pr-number: ${{ github.event.pull_request.number }} + comment-tag: test-chart message: |- # :x: Terraform Linting, Formatting or Init Failed