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
The current CI workflow runs Danger only after the build and test stages. By adding an initial Danger job before the build, we can catch code quality issues, style violations, and other immediate problems early in the process. This will provide faster feedback to developers and reduce the time spent on fixing issues that could have been detected earlier.
Why
The current CI workflow runs Danger only after the build and test stages. By adding an initial Danger job before the build, we can catch code quality issues, style violations, and other immediate problems early in the process. This will provide faster feedback to developers and reduce the time spent on fixing issues that could have been detected earlier.
Workflows need this change:
.github/self_hosted_project_workflows/automatic_pull_request_review.yml
.github/project_workflows/automatic_pull_request_review.yml
Who Benefits?
The text was updated successfully, but these errors were encountered: