Skip to content

github-actions-up-and-running/pr-comment

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

GitHub Actions status

PR Comment Action

This action comments a message on PR.

Inputs

repo-token

Required The GitHub Token for comment on PR.

message

Required The message to comment on PR.

Outputs

commentUrl

The PR comment URL.

Example Usage

uses: github-actions-up-and-running/[email protected]
with:
  repo-token: ${{ secrets.GITHUB_TOKEN }}
  message: Nice PR!👍