chromaui/chromatic-cli

Support status checks for workflow_run actions

Closed this issue · 1 comments

Feature request

Provide clear and concise description of the problem you'd like to solve or the use case you have.

When using pull_request and other triggers Chromatic reports statuses on the PR:

image

But this doesn't happen if Chromatic is triggered with workflow_run.

Update: This might be due to testing this on a fork. I'll try and confirm.

Proposed solution

Support for commit statuses on workflow_run triggers.

Alternative solutions

Writing a custom GitHub action to handle this. (Not sure how feasible this is, since sending the updates is handled on the chromatic side)

Can confirm. It works as expected :)