Open
Description
I want to get the value of danger ci --id
to use in rules.
The intent is to run danger twice on CI pipeline, first time early to report coding errors, second time late to grab any artifacts from CI jobs and format them as comments.
The property itself is here:
danger-js/source/commands/ci/runner.ts
Line 66 in 0b2c1d3