uses: mshick/add-pr-comment@v2
Find a file
2019-11-25 17:14:48 -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 update lockfile 2019-11-25 17:14:48 -05:00
package.json update package info 2019-11-25 17:14:18 -05:00
README.md readme cleanup 2019-11-25 17:04:56 -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 😂😂😂!