1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions.
1.
```bash
cargo install --path ./apps/commentor
```
2.
```bash
commentor init <github-token> [--editor_command=<editor>]
```
3.
```bash
commentor open
```
Specify comments below `comments:` in the config file, one per line. Lines beginning with # are ignored.
4.
```bash
commentor run
```
5.
```bash
commentor help
```