pipelines-as-code
pipelines-as-code copied to clipboard
Runs Cancelation
We should make cancelation easier, the way user can cancel runs at the moment is to tkn pr delete or on openshift console which is not very "as a codie".
PullRequest
We could have a gitops comments for that the same way we have for /retest:
/cancel-> cancel all pipelineruns attached to the PullRequest/cancel pr1-> cancel specific pr attached to the PullRequest
Push
On Github we can have GitHub custom actions (see https://docs.github.com/en/rest/checks/runs#create-a-check-run) to let the user have a button the same way we have rerequest to click on Push.
On other providers, I guess there is not many way to do this and this is up to user to go to the openshift console.
Related to SRVKP-2490
completed in https://github.com/openshift-pipelines/pipelines-as-code/pull/1027