From 75148a6ef0e68d5d85a7b9eda328d388a00f5abd Mon Sep 17 00:00:00 2001 From: gabrnavarro Date: Sun, 8 Mar 2026 18:26:05 +0100 Subject: [PATCH] chore: remove bot artifacts (pr_body.md, CANNOT_COMPLETE.md) Signed-off-by: Kelly Navarro --- pr_body.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pr_body.md diff --git a/pr_body.md b/pr_body.md deleted file mode 100644 index a86c5a1d..00000000 --- a/pr_body.md +++ /dev/null @@ -1,13 +0,0 @@ -## What changed -Fixed the documentation for the GitLab project flag: changed `--gitlab-projects` (plural) to `--gitlab-project` (singular) across all versioned docs to match the actual CLI flag name. - -## Why -The docs incorrectly reference `--gitlab-projects` but the actual flag registered in the code is `--gitlab-project` (singular), causing users to get errors when following the documentation. - -Fixes #3362 - -## Testing -- Verified the actual flag name is `--gitlab-project` in `pkg/apis/options/legacy_options.go` -- Confirmed all 16 affected doc files were updated -- Confirmed no remaining occurrences of `--gitlab-projects` in the docs -- Ran `go test ./pkg/apis/options/ ./providers/` — all tests pass