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
When submodules gets updated after checkout, devs often forget to run git submodule update command and propose PR that effectively reverts the update.
git submodule update
Prevent those accidental updates by requiring one to add "submodule-update" keyword to PR description before change can be merged.
No response
cc @seemethere @malfet @pytorch/pytorch-dev-infra
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When submodules gets updated after checkout, devs often forget to run
git submodule update
command and propose PR that effectively reverts the update.Prevent those accidental updates by requiring one to add "submodule-update" keyword to PR description before change can be merged.
Alternatives
No response
Additional context
No response
cc @seemethere @malfet @pytorch/pytorch-dev-infra
The text was updated successfully, but these errors were encountered: