relative-ci / roadmap

Issues, questions and feature requests for RelativeCI
https://relative-ci.com
3 stars 0 forks source link

Approve job changes flow #40

Closed vio closed 4 months ago

vio commented 1 year ago

Allow project members to "Accept" the changes introduced by a job that sends a failed/action_required GitHub check.

Why

GitHub check integration can set the check status to failed/action_required, and atm users are forced to merge pull requests with failed RelativeCI checks.

rel: https://relative-ci.com/documentation/setup/configure/integrations/github-checks/

vio commented 1 year ago

Available in public BETA 🚀

Since the GitHub status check supports only one trargetUrl per check, the review flow was implemented as a separate GitHub commit status with a distinct set of conditions in order to preserve the existing GitHub check report

image

Read more about the GitHub Commit Status review integration