update readme

This commit is contained in:
Michael Shick 2019-11-25 17:03:08 -05:00
parent f1386bdbd2
commit a63a5b2a3f
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -1 +1,22 @@
# add-pr-comment
> A GitHub Action to add a comment to a PR's associated issue
## Usage
```yaml
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 😂😂😂!