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
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
@check-pre-merge: run all the pre-merge checks. Essentially run all the checks we run already. This is useful if we want to rerun all the checks without updating the patch.
@help
@format-code (formats the code and commits to the PR). We don't have to do this one. As long as we are failing the pre-merge check (which we are already) in case of formatting errors.
Just created a POC here: yihau#1. Does this do what we expect? (I use ! instead of @ to avoid at some wrong people accidentally. also only implement help and check-lint there)
opened some issues and have some comments there. we can discuss there and close them as completed when we have PRs or other alternative methods to solve them
See how swift does it: https://github.com/apple/llvm-project does it. We could have commands to run lint, premerge checks etc.
The text was updated successfully, but these errors were encountered: