mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 14:49:44 +11:00
update readme
This commit is contained in:
parent
f1386bdbd2
commit
a63a5b2a3f
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
|
@ -1 +1,22 @@
|
||||||
# add-pr-comment
|
# 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 😂😂😂!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue