From 07a52f2c080482e4d379427fd993b8cf51886ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:00:20 +0000 Subject: [PATCH] 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/auto_branching.yml | 4 ++-- .github/workflows/auto_cherry_pick.yml | 2 +- .github/workflows/auto_cherry_pick_merged.yaml | 2 +- .github/workflows/prt_result.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto_branching.yml b/.github/workflows/auto_branching.yml index 6afb0cfa164..81e100e6176 100644 --- a/.github/workflows/auto_branching.yml +++ b/.github/workflows/auto_branching.yml @@ -160,7 +160,7 @@ jobs: - name: Add the prt comment for running the sanity tests id: add-parent-prt-comment - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | trigger: test-robottelo @@ -297,7 +297,7 @@ jobs: - name: Add the prt comment for running the sanity tests id: add-parent-prt-comment - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | trigger: test-robottelo diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 301d9181b9d..b4595b9bfc7 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -77,7 +77,7 @@ jobs: - name: Add Parent PR's PRT comment to Auto_Cherry_Picked PR's id: add-parent-prt-comment if: ${{ always() && needs.find-the-parent-prt-comment.outputs.prt_comment != '' && steps.cherrypick.outcome == 'success' }} - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | ${{ needs.find-the-parent-prt-comment.outputs.prt_comment }} diff --git a/.github/workflows/auto_cherry_pick_merged.yaml b/.github/workflows/auto_cherry_pick_merged.yaml index 18994aa7aa7..1fa73cc5c6f 100644 --- a/.github/workflows/auto_cherry_pick_merged.yaml +++ b/.github/workflows/auto_cherry_pick_merged.yaml @@ -133,7 +133,7 @@ jobs: - name: Add Parent PR's PRT comment to Auto_Cherry_Picked PR's id: add-parent-prt-comment if: ${{ always() && needs.get-parentPR-details.outputs.prt_comment != '' && steps.cherrypick.outcome == 'success' }} - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | ${{ needs.get-parentPR-details.outputs.prt_comment }} diff --git a/.github/workflows/prt_result.yml b/.github/workflows/prt_result.yml index 93227fcf272..00b547d8175 100644 --- a/.github/workflows/prt_result.yml +++ b/.github/workflows/prt_result.yml @@ -30,7 +30,7 @@ jobs: - name: Add last PRT result into the github comment id: add-prt-comment if: ${{ always() && github.event.inputs.pytest_result != '' }} - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | **PRT Result**