957 B
957 B
Autoformat
Testing
-
Checkout a new branch and make changes.
-
Push the branch to your fork (https://github.com/{your_username}/mlflow).
-
Switch the default branch of your fork to the branch you just pushed.
-
Create a GitHub token.
-
Create a new Actions secret with the name
MLFLOW_AUTOMATION_TOKENand put the token value. -
Checkout another new branch and run the following commands to make dummy changes.
# python echo "" >> setup.py # js echo "" >> mlflow/server/js/src/experiment-tracking/components/App.js # protos echo "message Foo {}" >> mlflow/protos/service.proto -
Create a PR from the branch containing the dummy changes in your fork.
-
Comment
/autoformaton the PR and ensure the workflow runs successfully. The workflow status can be checked at https://github.com/{your_username}/mlflow/actions/workflows/autoformat.yml. -
Delete the GitHub token and reset the default branch.