Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions.
- Installation
cargo install commentor- Setup
commentor init <github-token> [--editor_command=<editor>]- Open config file
commentor openSpecify 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- Post comments
commentor run- Help
commentor help