Skip to content

Commit c28fe7f

Browse files
dependabot[bot]JacobCallahan
authored andcommitted
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](thollander/actions-comment-pull-request@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] <support@github.com>
1 parent e17a99c commit c28fe7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto_branching.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Add the prt comment for running the sanity tests
122122
id: add-parent-prt-comment
123-
uses: thollander/actions-comment-pull-request@v2
123+
uses: thollander/actions-comment-pull-request@v3
124124
with:
125125
message: |
126126
trigger: test-robottelo
@@ -191,7 +191,7 @@ jobs:
191191

192192
- name: Add the prt comment for running the sanity tests
193193
id: add-parent-prt-comment
194-
uses: thollander/actions-comment-pull-request@v2
194+
uses: thollander/actions-comment-pull-request@v3
195195
with:
196196
message: |
197197
trigger: test-robottelo

.github/workflows/prt_result.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Add last PRT result into the github comment
3131
id: add-prt-comment
3232
if: ${{ always() && github.event.inputs.pytest_result != '' }}
33-
uses: thollander/actions-comment-pull-request@v2
33+
uses: thollander/actions-comment-pull-request@v3
3434
with:
3535
message: |
3636
**PRT Result**

0 commit comments

Comments
 (0)