commentor-0.3.1 is not a library.
Commenter
Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions.
Usage
- Installation
- Setup
- Open config file
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
- Post comments
- Help