We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a310a3 commit 5a52896Copy full SHA for 5a52896
README.md
@@ -5,7 +5,7 @@ A GitHub action that facilitates ["ChatOps"](https://www.pagerduty.com/blog/what
5
6
### How does it work?
7
8
-The action runs in `issue_comment` event workflows and checks comments for slash commands.
+The action runs in `issue_comment` event workflows and checks the first line of comments for slash commands.
9
When a valid command is found it creates a repository dispatch event that includes a payload containing full details of the command and its context.
10
11
### Why repository dispatch?
0 commit comments