uses: mshick/add-pr-comment@v2
Find a file
2020-04-03 13:02:29 -07:00
.github/workflows trigger test 2019-11-25 16:47:56 -05:00
dist trigger test 2019-11-25 16:47:56 -05:00
.eslintrc.json initial commit 2019-11-22 17:12:31 -05:00
.gitignore initial commit 2019-11-22 17:12:31 -05:00
action.yml add some recommended branding 2019-11-25 17:21:41 -05:00
index.js handle non-pr payloads 2019-11-25 18:15:31 -05:00
LICENSE initial commit 2019-11-22 17:12:31 -05:00
package-lock.json Bump acorn from 7.1.0 to 7.1.1 2020-03-14 14:04:32 +00:00
package.json some use cases 2019-11-25 18:23:35 -05:00
README.md some use cases 2019-11-25 18:23:35 -05:00

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