From 0e175746f2c60fde3bb036e91a23d52a356eadd4 Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Thu, 21 May 2026 00:56:46 +0800 Subject: [PATCH] chore: retrigger CI under litellm_internal_staging base PR was originally opened against `main` which trips the guard-main-branch workflow (external fork PRs must target a different branch). Retargeted via `gh pr edit --base litellm_internal_staging` per the workflow's instruction; this empty commit forces CI to re-evaluate against the new base. The "Verify PR source branch" gate only fires for PRs to `main`, so it shouldn't run on this PR anymore. Signed-off-by: Michael Chen