https://github.com/netail/pr-comments
Brew - PR Comments
https://github.com/netail/pr-comments
Last synced: 12 months ago
JSON representation
Brew - PR Comments
- Host: GitHub
- URL: https://github.com/netail/pr-comments
- Owner: Netail
- License: mit
- Created: 2025-06-13T13:51:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T13:39:25.000Z (about 1 year ago)
- Last Synced: 2025-06-23T14:23:16.077Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub PR Comments
Create/update GitHub PR comments through an executable (for e.g. in ci/cd scripts)
## Usage
|Option|Description|Required|
|-|-|-|
|`-token=`|GitHub token|true|
|`-pr=`|Pull request number|true|
|`-owner=`|GitHub repository owner|true|
|`-repo=`|GitHub repository name|true|
|`-body=`|The contents of the comment|true|
|`-commentId=`|Update a certain comment by its ID||
|`-bodyIncludes=`|Update a certain comment by its content||
> [!NOTE]
> If no `commentId` or `bodyIncludes` is provided, it will always create a new comment, else it only creates a new comment when not found.