typescript-action status

PR Comment Action

This action comments a message on PR.

Inputs

repo-token

Required The message to comment on PR.

Outputs

commentUrl

The PR comment URL.

Example Usage

uses: github-actions-up-and-running/pr-comment@v1.0.0
with:
    repo-token: ${{ secrets.GITHUB_TOKEN }}
    message: Nice PR!