chore: remove bot artifacts (pr_body.md, CANNOT_COMPLETE.md)

Signed-off-by: Kelly Navarro <gabrnavarro@users.noreply.github.com>
This commit is contained in:
gabrnavarro 2026-03-08 18:26:05 +01:00 committed by Kelly Navarro
parent e011b0b35c
commit 75148a6ef0
1 changed files with 0 additions and 13 deletions

View File

@ -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