fix(ci): set loop/code label on Firebase test failure issues #551

Merged
guettlibot merged 1 commits from refs/pull/551/head into main 2026-06-09 14:08:40 +00:00
Showing only changes of commit d757e499d0 - Show all commits
+1 -1
View File
@@ -135,7 +135,7 @@ jobs:
repo_labels = api_get("/labels")
label_map = {l["name"]: l["id"] for l in repo_labels}
label_ids = [label_map["Ready"]] if "Ready" in label_map else []
label_ids = [label_map["loop/code"]] if "loop/code" in label_map else []
title = "Firebase Tests failed — find root cause and fix"
body = (