Skip to content

Add sticky mode #434

@splincode

Description

@splincode

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 top

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions