Customize Name of PR Check created in GitHub
in progress
S
Sole Chimpanzee
Currently, the PR Check that is created automatically in GitHub when running a build from a PR Trigger is name <PipelineIdentifier>_<StageIdentifier>. For CI pipelines only, this ends up being something like Build_and_Publish_Build_and_Publish.
Log In
This post was marked as
in progress
F
Frequent Jay
My merged post is not about the readability of checks, but impacts core functionality. Our Harness pipeline currently BREAKS github merge queues, because we're running a different number of
parallel
stages on MQ and Github is waiting for the check from stage_4
which never comes.J
Judicial Mockingbird
This would be very beneficial to be able to customize. The default is far too verbose. It would also be good to change the default to something simpler closer to something like GitHub Actions uses
N
Nofar Bluestein
Merged in a post:
Emit a single PR Check for Matrix/Parallel jobs
F
Frequent Jay
We have a matrix of 20+ jobs, and we need to manually mark each job as required in Github PRs and remember to keep Github settings in sync with Harness matrix/parallel count
Default behavior could be configurable.
Rohan Gupta
marked this post as
long-term
This feature has been added to our backlog