kceb / add-pr-comment

GitHub Action to add a comment to a PR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add-pr-comment

A GitHub Action which adds a comment to a Pull Request Issue.

Usage

uses: mshick/add-pr-comment@v1
with:
  message: |
    **Hello**
    🌏
    !
  repo-token: ${{ secrets.GITHUB_TOKEN }}
  allow-repeats: false

Features

  • Fast, runs in the GitHub Actions node.js runtime; no Docker pull needed.
  • Multiple posts of the same comment optionally allowable.
  • Supports emoji πŸ˜‚πŸ˜‚πŸ˜‚!

Use Case

  • Adding a deployed app URL to a PR issue
  • Printing some sort of output to the PR issue for human-readability

About

GitHub Action to add a comment to a PR

License:MIT License


Languages

Language:JavaScript 100.0%