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
@@ -20,7 +20,7 @@ Dispatching commands to be processed elsewhere keeps the workflow queue moving q
20
20
- Easy configuration of "ChatOps" slash commands
21
21
- Enables separating the queue of `issue_comment` events from the queue of dispatched commands to keep it fast moving
22
22
- Users receive faster feedback that commands have been seen and are waiting to be processed
23
-
- The ability to handle processing commands in multiple repositories in parallel (repository == process queue!)
23
+
- The ability to handle processing commands in multiple repositories in parallel
24
24
- Long running workloads can be processed in a repository workflow queue of their own
25
25
- Even if commands are dispatched and processed in the same repository, separation of comment parsing and command processing makes workflows more maintainable, and with less duplication
0 commit comments