Skip to content

Commit c013479

Browse files
authored
chore: use custom sticky-comment action (#1618)
1 parent 0135acd commit c013479

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/flux-diff.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ jobs:
3131

3232
- if: ${{ steps.diff.outputs.diff != '' }}
3333
name: Add comment
34-
uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3.11.0
34+
uses: immich-app/devtools/actions/sticky-comment@0135acd12ad9f3369b94a2aa3c0ae8c835a4e926 # sticky-comment-action-v1.0.0
3535
with:
36-
message-id: "${{ github.event.pull_request.number }}/${{ matrix.path }}/${{ matrix.resource }}"
37-
message-failure: Diff was not successful
38-
message: |
36+
id: "flux-diff/${{ matrix.path }}/${{ matrix.resource }}"
37+
body: |
3938
```diff
4039
${{ steps.diff.outputs.diff }}
4140
```

0 commit comments

Comments
 (0)