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
Copy file name to clipboardExpand all lines: github-actions/mlflow/docs.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ jobs:
94
94
run: |
95
95
if [ -n "$(git status --porcelain api_reference/api_inventory.txt)" ]; then
96
96
echo "The API inventory file 'docs/api_reference/api_inventory.txt' is outdated (see the diff below)."
97
-
echo "Please update it by running 'make rsthtml' in the 'docs/api_reference' directory."
97
+
echo "Please update it by running 'make rsthtml' in the 'docs/api_reference' directory, or post a comment '/autoformat' on this PR if you're a maintainer/collaborator."
98
98
echo "If the new APIs should be marked as experimental, please decorate them with '@experimental'."
0 commit comments