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
Triggering one command because of another command (or message) is the last major component to self-updating (#313, #544). This controller has a few needs, met by existing services:
conditional execution, handled by filters
payload modification, handled by transforms
Thanks to that existing code, the only new functionality in this is a controller is executing a new command.
Scope
figure out appropriate name
execute-command controller
docs
schema
tests
Use Case
approving an MR/PR after receiving check status, excluding WIP:
merging an MR/PR after receiving approval, based on author
The text was updated successfully, but these errors were encountered:
Summary
Triggering one command because of another command (or message) is the last major component to self-updating (#313, #544). This controller has a few needs, met by existing services:
Thanks to that existing code, the only new functionality in this is a controller is executing a new command.
Scope
Use Case
WIP:
The text was updated successfully, but these errors were encountered: