| Crates.io | commentor |
| lib.rs | commentor |
| version | 0.3.1 |
| created_at | 2025-08-13 10:49:09.690904+00 |
| updated_at | 2025-08-13 10:56:28.623195+00 |
| description | Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions. |
| homepage | |
| repository | https://github.com/watsom27/commentor |
| max_upload_size | |
| id | 1793526 |
| size | 76,024 |
Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions.
cargo install commentor
commentor init <github-token> [--editor_command=<editor>]
commentor open
Specify comments below comments: in the config file, one per line. Lines beginning with # are ignored.
Example config file:
editor: subl
github_token: abc
pr_url: www.github.com
comments:
/run-some-build
# /but-not-this-one-yet
commentor run
commentor help