We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4204a3c commit 231a696Copy full SHA for 231a696
.github/workflows/test.yml
@@ -94,10 +94,11 @@ jobs:
94
- name: Comment PR with stats
95
if: github.event_name == 'pull_request' && steps.docker-stats.outcome == 'success'
96
continue-on-error: true
97
- uses: peter-evans/create-or-update-comment@v5
+ uses: marocchino/sticky-pull-request-comment@v2
98
with:
99
- issue-number: ${{ github.event.pull_request.number }}
100
- body: |
+ header: docker-image-stats
+ skip_unchanged: true
101
+ message: |
102
## Docker Image Stats
103
104
| Metric | Value |
0 commit comments