diff --git a/.github/workflows/auto_branching.yml b/.github/workflows/auto_branching.yml index 3a47d010109..1c09932f2ab 100644 --- a/.github/workflows/auto_branching.yml +++ b/.github/workflows/auto_branching.yml @@ -159,7 +159,7 @@ jobs: - name: Add the prt comment for running the sanity tests id: add-parent-prt-comment - uses: thollander/actions-comment-pull-request@v3 + uses: thollander/actions-comment-pull-request@v2 with: message: | trigger: test-robottelo @@ -295,7 +295,7 @@ jobs: - name: Add the prt comment for running the sanity tests id: add-parent-prt-comment - uses: thollander/actions-comment-pull-request@v3 + uses: thollander/actions-comment-pull-request@v2 with: message: | trigger: test-robottelo diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index b4595b9bfc7..301d9181b9d 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@v3 + uses: thollander/actions-comment-pull-request@v2 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 c84109998cb..c93cc02e7bf 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@v3 + uses: thollander/actions-comment-pull-request@v2 with: message: | ${{ needs.get-parentPR-details.outputs.prt_comment }} diff --git a/.github/workflows/prt_result.yml b/.github/workflows/prt_result.yml index 00b547d8175..93227fcf272 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@v3 + uses: thollander/actions-comment-pull-request@v2 with: message: | **PRT Result**