Skip to content

Automation commands for PRs

Daniel Lok edited this page Apr 26, 2024 · 7 revisions
Command Example Description
@mlflow-automation autoformat - Autoformat the PR code.
/cross-version-test <flavors> /cross-version-test sklearn,xgboost Run cross-version tests for the specified flavors.
/cvt <flavors> /cvt sklearn,xgboost Alias for /cross-version-test.
  • Before running these commands on a contributor's PR, ensure to thoroughly review the PR for any potential malicious code.
  • Only maintainers can trigger these commands for security purposes.
Clone this wiki locally