-
-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Description
I want always comment to top like
https://github.com/marocchino/sticky-pull-request-comment
- name: Comment PR if issues found
if: steps.audit.outputs.exit_code != '0'
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
comment-identifier: npm-audit
body-file: audit.txt
sticky: true # on the topMetadata
Metadata
Assignees
Labels
No labels