mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 06:29:49 +11:00
some use cases
This commit is contained in:
parent
0f7c123bc8
commit
17fee5173a
2 changed files with 7 additions and 1 deletions
|
|
@ -20,3 +20,8 @@ with:
|
||||||
- Fast, runs in the GitHub Actions node.js runtime; no Docker pull needed.
|
- Fast, runs in the GitHub Actions node.js runtime; no Docker pull needed.
|
||||||
- Multiple posts of the same comment optionally allowable.
|
- Multiple posts of the same comment optionally allowable.
|
||||||
- Supports emoji 😂😂😂!
|
- 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
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,8 @@
|
||||||
"Actions",
|
"Actions",
|
||||||
"javascript",
|
"javascript",
|
||||||
"pull request",
|
"pull request",
|
||||||
"comments"
|
"comments",
|
||||||
|
"pr"
|
||||||
],
|
],
|
||||||
"author": "GitHub",
|
"author": "GitHub",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue