From 056fd93c23b89eaec102f0f77e50ef72e1643aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:57:34 +0000 Subject: [PATCH 1/2] Bump thollander/actions-comment-pull-request from 2 to 3 Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2 to 3. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](https://github.com/thollander/actions-comment-pull-request/compare/v2...v3) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 3efa39fa58..2664872a73 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -62,7 +62,7 @@ jobs: pull-requests: write steps: - name: Agregar comentario con entradas faltantes - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: ${{ needs.define-comment.outputs.comment }} comment_tag: missing-entries From 1771014cbb48bf46d54402454e4b4f5542e6f512 Mon Sep 17 00:00:00 2001 From: rtobar Date: Tue, 15 Oct 2024 07:05:14 +0800 Subject: [PATCH 2/2] Update .github/workflows/pr-comment.yml --- .github/workflows/pr-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 2664872a73..748b6cbcc5 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -65,4 +65,4 @@ jobs: uses: thollander/actions-comment-pull-request@v3 with: message: ${{ needs.define-comment.outputs.comment }} - comment_tag: missing-entries + comment-tag: missing-entries