yuzujoe / typescript-action-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

License:MIT License


Languages

Language:TypeScript 90.2%Language:JavaScript 9.8%