-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ping deployers if PR is merged with failing lint rules #7026
Comments
I have a few questions:
|
I like both of those ideas. Creating a deploy blocker issue to prevent deploys seems like a nice improvement. For running additional checks I think e2e might be overkill but adding lint/unit tests/verify podfile seem like good checks to have. I'm thinking these would happen before we create a new version in the preDeploy.yml workflow, but I'll confirm that's the best spot for these. |
Haven't gotten to test my changes, been dealing with deploy failures all week. Will continue on this once the deploy is fixed. |
Still haven't gotten to this, posting the diff I was using for testing:
|
I'll look into this one very soon! |
Action Performed:
Expected Result:
Confirm that lint passes before attempting staging deploy
Actual Result:
Staging is broken
The issue occurred in #6819 (comment), we should investigate a way to prevent deploying code w/ failing lint to staging/production and ping mobile deployers.
The text was updated successfully, but these errors were encountered: