Skip to content

Commit 231a696

Browse files
committed
update: ci for comment spam.
1 parent 4204a3c commit 231a696

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ jobs:
9494
- name: Comment PR with stats
9595
if: github.event_name == 'pull_request' && steps.docker-stats.outcome == 'success'
9696
continue-on-error: true
97-
uses: peter-evans/create-or-update-comment@v5
97+
uses: marocchino/sticky-pull-request-comment@v2
9898
with:
99-
issue-number: ${{ github.event.pull_request.number }}
100-
body: |
99+
header: docker-image-stats
100+
skip_unchanged: true
101+
message: |
101102
## Docker Image Stats
102103
103104
| Metric | Value |

0 commit comments

Comments
 (0)