From afcbfa15de55589dcf460007c701fe513a11598b Mon Sep 17 00:00:00 2001 From: Bharat Kathi Date: Sat, 29 Aug 2026 10:08:04 -0700 Subject: [PATCH] ci: list p987 in the deploy PR changelog SERVICES drives the bullet list in the auto-opened infra PR body. It is separate from the awk allowlist that does the actual tag rewrite, so p987 was being bumped without being mentioned. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ab4b5f8..55688d50 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ env: # Path within the infrastructure repo, which is checked out into ./infra — # prefix with infra/ for filesystem access, use bare for `git -C infra`. KUSTOMIZATION: kubernetes/gr-foundry/manifests/mapache/kustomization.yaml - SERVICES: "auth vehicle gr26 live query dashboard" + SERVICES: "auth vehicle gr26 p987 live query dashboard" jobs: infra-pr: