Skip to content

Commit 0e4600d

Browse files
committed
Update documentation
1 parent 5180872 commit 0e4600d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/advanced-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ Advanced configuration requires a combination of yaml based inputs and JSON conf
9494
| `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). | |
9595
| `reactions` | | Add reactions. :eyes: = seen, :rocket: = dispatched | `true` |
9696
| | `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` |
9999
| | `allow_edits` | Allow edited comments to trigger command dispatches. | `false` |
100100
| | `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` |
102102
| | `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

Comments
 (0)