From 35cadb3c796283d67f8b56395bb032be289d878c Mon Sep 17 00:00:00 2001 From: Alexandr Krikun <44290517+ksanyok@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:27:10 +0300 Subject: [PATCH] fix(retrain): drop non-existent PR labels that broke gh pr create Co-Authored-By: Claude Opus 4.8 --- .github/workflows/retrain.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/retrain.yml b/.github/workflows/retrain.yml index 1ccdfa5..297c459 100644 --- a/.github/workflows/retrain.yml +++ b/.github/workflows/retrain.yml @@ -118,6 +118,5 @@ jobs: else gh pr create --base "${GITHUB_REF_NAME}" --head "$branch" \ --title "Retrain: updated detector weights" \ - --body-file /tmp/train_report.txt \ - --label automated --label detector + --body-file /tmp/train_report.txt fi