trigger-circleci-pipeline-action icon indicating copy to clipboard operation
trigger-circleci-pipeline-action copied to clipboard

Request:

Open kp-abhishek-agrawal opened this issue 2 years ago • 1 comments

Is there an existing issue that is already proposing this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe it

Currently it doesn't report the status of triggered pipeline (different repo, different branch) on my github PR (similar to github checks).

May I know if there is any way to also report the status on github PR?

Describe the solution you'd like

Would like to see the result of triggered pipeline on github PR

Teachability, documentation, adoption, migration strategy

NA

What is the motivation / use case for changing the behavior?

It will help to see the reports of triggered pipeline & take necessary action.

kp-abhishek-agrawal avatar Apr 20 '23 05:04 kp-abhishek-agrawal

@kp-abhishek-agrawal last I tested this was not supported out of the box, so I ended up writing a small script that polls the pipeline status either per workflow or job if you want more granular status (check out the API reference https://circleci.com/docs/api/v2/index.html#tag/Workflow). Looks like this other task is looking to solve for the same https://github.com/CircleCI-Public/trigger-circleci-pipeline-action/issues/64

emdobrin avatar Sep 07 '23 01:09 emdobrin