mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +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.
|
||||
- Multiple posts of the same comment optionally allowable.
|
||||
- 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",
|
||||
"javascript",
|
||||
"pull request",
|
||||
"comments"
|
||||
"comments",
|
||||
"pr"
|
||||
],
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue