uses: mshick/add-pr-comment@v2
Find a file
2019-11-25 17:03:08 -05: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 trigger test 2019-11-25 16:47:56 -05:00
index.js trigger test 2019-11-25 16:47:56 -05:00
LICENSE initial commit 2019-11-22 17:12:31 -05:00
package-lock.json test context 2019-11-22 18:31:48 -05:00
package.json trigger test 2019-11-25 16:47:56 -05:00
README.md update readme 2019-11-25 17:03:08 -05:00

add-pr-comment

A GitHub Action to add a comment to a PR's associated 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 😂😂😂!