-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
build(action): commit updated sample json #10549
Conversation
… into gh-action-sample
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
@googlebot it's a bot leave them alone :( |
ah, nice! :D
galaxy brain: what if we
It would still be runnable locally if e.g. need to debug a change, but could mostly run in CI, which would still ensure protobuf/PSI compatibility. I can't remember the last time I got something useful out of the |
we need to run the workflow on pull requests, not push
What log? I'd expect if any command in that script failed, the action should fail. blah.txt was a file for testing (
yeah :/
i like it
With how often we say "can you run update sample json" it would be nice to autocommit if we can. IDK how to resolve the googlebot issue though so maybe not possible. |
well we should do that if we want to help anyone not us :)
|
oops 2ae8c8f |
AIs from eng meeting: we all agreed that moving proto stuff to CI is something we should do. some people didn't like the auto commit idea. Maybe make it opt in - only done if a certain label is applied? The CLA bot is a problem with no known (possible no) solution. We could reach out to the appropriate team internally to ask how to proceed. |
assuming this can be closed now that #10557 is landed |
– @brendankenny #10472 (comment)
Let the nightmares end!
Example action: https://github.com/GoogleChrome/lighthouse/runs/565279958?check_suite_focus=true
In draft b/c I edited a UI string to demo the workflow.