diff --git a/README.md b/README.md index 8ec1896..dbeb6ea 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 25466f4..d799534 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "Actions", "javascript", "pull request", - "comments" + "comments", + "pr" ], "author": "GitHub", "license": "MIT",