Skip to content

Commit f574544

Browse files
build(deps): bump marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.1 (#3567)
1 parent 581e7d1 commit f574544

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
@@ -146,7 +146,7 @@ jobs:
146146
app-id: ${{ secrets.APIXBOT_APP_ID }}
147147
private-key: ${{ secrets.APIXBOT_APP_PEM }}
148148
- name: Comment PR
149-
uses: marocchino/[email protected].0
149+
uses: marocchino/[email protected].1
150150
with:
151151
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
152152
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@331f8f5b4215f0445d3c07b4967662a32a2d3e31
53+
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
5454
id: append_comment
5555
if: env.review_needed == 'true'
5656
with:

0 commit comments

Comments
 (0)