Skip to content

Commit 21b9af7

Browse files
Bump marocchino/sticky-pull-request-comment from 2 to 3 (#27349)
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jennica Stiehl <25069483+stiehlrod@users.noreply.github.com>
1 parent aee84a1 commit 21b9af7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ jobs:
643643

644644
- name: Comment Coverage on PR
645645
if: needs.tests.result == 'success' && github.event_name == 'pull_request' && fromJSON(steps.coverage.outputs.percent) < 90
646-
uses: marocchino/sticky-pull-request-comment@v2
646+
uses: marocchino/sticky-pull-request-comment@v3
647647
with:
648648
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
649649
header: coverage
@@ -657,7 +657,7 @@ jobs:
657657
658658
- name: Comment Coverage on PR
659659
if: needs.tests.result == 'success' && github.event_name == 'pull_request' && fromJSON(steps.coverage.outputs.percent) >= 90 && fromJSON(steps.coverage.outputs.percent) < 93
660-
uses: marocchino/sticky-pull-request-comment@v2
660+
uses: marocchino/sticky-pull-request-comment@v3
661661
with:
662662
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
663663
header: coverage
@@ -671,7 +671,7 @@ jobs:
671671
672672
- name: Remove coverage comment when coverage is healthy
673673
if: needs.tests.result == 'success' && github.event_name == 'pull_request' && fromJSON(steps.coverage.outputs.percent) >= 93
674-
uses: marocchino/sticky-pull-request-comment@v2
674+
uses: marocchino/sticky-pull-request-comment@v3
675675
with:
676676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
677677
header: coverage

0 commit comments

Comments
 (0)