Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions.

Notifications You must be signed in to change notification settings

watsom27/commentor

Repository files navigation

Commenter

Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions.

Usage

  1. Installation
cargo install commentor
  1. Setup
commentor init <github-token> [--editor_command=<editor>]
  1. Open config file
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
  1. Post comments
commentor run
  1. Help
commentor help

About

Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages