Skip to content

Commit ee4da25

Browse files
build(deps): bump marocchino/sticky-pull-request-comment from 2.9.2 to 2.9.3 (#3999)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3957765 commit ee4da25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
} > comment.md
138138
cat "comment.md" >> "$GITHUB_STEP_SUMMARY"
139139
- name: Comment PR
140-
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
140+
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
141141
if: github.event.pull_request.head.repo.full_name == github.repository
142142
with:
143143
recreate: true

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if echo "$labels" | grep -q "need-doc-review"; then
5151
echo "review_needed=true" >> "$GITHUB_ENV"
5252
fi
53-
- uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
53+
- uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
5454
id: append_comment
5555
if: env.review_needed == 'true'
5656
with:

0 commit comments

Comments
 (0)