@@ -94,11 +94,11 @@ Advanced configuration requires a combination of yaml based inputs and JSON conf
94
94
| `reaction-token` | | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). | |
95
95
| `reactions` | | Add reactions. :eyes : = seen, :rocket: = dispatched | `true` |
96
96
| | `command` | (**required**) The slash command. | |
97
- | | `permission` | The repository permission level required by the user to dispatch commands . (`none`, `read`, `write`, `admin`) | `write` |
98
- | | `issue_type` | The issue type required for commands . (`issue`, `pull-request`, `both`) | `both` |
97
+ | | `permission` | The repository permission level required by the user to dispatch the command . (`none`, `read`, `write`, `admin`) | `write` |
98
+ | | `issue_type` | The issue type required for the command . (`issue`, `pull-request`, `both`) | `both` |
99
99
| | `allow_edits` | Allow edited comments to trigger command dispatches. | `false` |
100
100
| | `repository` | The full name of the repository to send the dispatch events. | Current repository |
101
- | | `event_type_suffix` | The repository dispatch event type suffix for the commands . | `-command` |
101
+ | | `event_type_suffix` | The repository dispatch event type suffix for the command . | `-command` |
102
102
| | `named_args` | Parse named arguments and add them to the command payload. | `false` |
103
- | `config` | | JSON configuration for commands. See [Advanced configuration](#advanced-configuration) | |
104
- | `config-from-file` | | JSON configuration from a file for commands. See [Advanced configuration](#advanced-configuration) | |
103
+ | `config` | | JSON configuration for commands. | |
104
+ | `config-from-file` | | JSON configuration from a file for commands. | |
0 commit comments