You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status posting has been shipped in danger@0.21.0 - @shilman, please update and let us know what you think!
Here's an example from a private repo at work where Danger found one warning and no failures, which marks the PR with a "success" status and the there-are-fixable-things message. 🙂
Let's keep this issue open to add some more tests around this feature. 👍
why
Currently when there are any
fail
messages, Danger breaks the build:danger-js/source/runner/Executor.ts
Line 156 in a45ad2f
If the token has PR access, it should post a build status instead rather than completely breaking the build.
what
Try to post the status, set exitCode to 1 if this fails
The text was updated successfully, but these errors were encountered: