Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Jan 4, 2020
1 parent f1c0b59 commit 21d0d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See [examples](docs/examples.md) for command patterns and example workflows.

### Configuration

This workflow should be configured in the repository where commands will be dispatched from.
The following workflow should be configured in the repository where commands will be dispatched from. This example will respond to comments containing the slash commands `/rebase`, `/integration-test` and `/create-ticket`.

```yml
name: Slash Command Dispatch
Expand All @@ -48,7 +48,7 @@ jobs:
commands: rebase, integration-test, create-ticket
```
This action also features [advanced configuration](docs/advanced-configuration.md) that allows each command to be configured individually if necessary. Use the standard configuration above unless you require advanced features.
This action also features [advanced configuration](docs/advanced-configuration.md) that allows each command to be configured individually if necessary. Use the standard configuration shown above unless you require advanced features.
### Action inputs
Expand Down

0 comments on commit 21d0d04

Please sign in to comment.