A CircleCI orb to send simple GitHub status check results.
The current default CircleCI implementation of GitHub status checks only allows you to send a check for every job in a workflow, or none of them. Using this orb, you can send custom status checks for individual jobs. Which means you can structure your workflow in whichever way makes sense, separately from considering which jobs should notify GitHub of changes.
This orb is published in the CircleCI Orb Registry as github-status
Usage is documented on the github-status page in the CircleCI Orb Registry.
- Edit the source file: orbs/github-status.yml
- Run
make test
- When happy with the results, publish.
- Add an annotated git tag in the format
M.m.p
(major, minor, patch semver fields). (You must not use a precedingv
, and the tag must be annotated.) - Push this tag
git push origin M.m.p
- Run
make publish
.