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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ When a valid command is found it creates a repository dispatch event that includ
11
11
### Why repository dispatch?
12
12
13
13
"ChatOps" with slash commands can work in a basic way by parsing the commands during `issue_comment` events and immediately processing the command.
14
-
In repositories with a lot of activity, the workflow queue will get backed up very quickly if it is trying to handle new comments for commands*and* process the commands themselves.
14
+
In repositories with a lot of activity, the workflow queue will get backed up very quickly trying to handle new `issue_comment` events*and* process the commands themselves.
15
15
16
16
Dispatching commands to be processed elsewhere keeps the workflow queue moving quickly. It essentially enables parallel processing of workflows.
0 commit comments