You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ See [examples](docs/examples.md) for command patterns and example workflows.
30
30
31
31
### Configuration
32
32
33
-
This workflow should be configured in the repository where commands will be dispatched from.
33
+
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`.
34
34
35
35
```yml
36
36
name: Slash Command Dispatch
@@ -48,7 +48,7 @@ jobs:
48
48
commands: rebase, integration-test, create-ticket
49
49
```
50
50
51
-
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.
51
+
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.
0 commit comments