Merge tool still claims master runs the full prod E2E by default #22

Open
opened 2026-09-18 05:57:25 +00:00 by Phil · 0 comments
Owner

Symptom

The merge tool's guidance for PRs into master of Philflow/flow.raven still says: "full = the prod default already runs the whole suite, so no token".

This has been wrong since Philflow/flow.raven PR 7143, which closes flow.raven#7130. After a prod deploy, deploy-prod.yml now runs the named scope prod by default (@smoke|@critical without @slow, 35-minute limit). The full suite runs only with the commit flag [e2e: full], or in the nightly full sweep (e2e-prod-full-sweep.yml, 00:23).

Consequence

Anyone who follows the hint and merges without a token is expecting a full sweep. What actually runs is prod.

Acceptance

  • The hint text in the merge tool describes the three levels correctly: prod (default), [e2e: full], [e2e: smoke].
  • The text points to /home/philflow/Dokumente/coding/flow.raven/.forgejo/workflows/README.md for the details.

🤖 Generated with Claude Code

## Symptom The merge tool's guidance for PRs into `master` of Philflow/flow.raven still says: "`full` = the prod default already runs the whole suite, so no token". This has been wrong since Philflow/flow.raven PR 7143, which closes flow.raven#7130. After a prod deploy, `deploy-prod.yml` now runs the named scope `prod` by default (`@smoke|@critical` without `@slow`, 35-minute limit). The full suite runs only with the commit flag `[e2e: full]`, or in the nightly full sweep (`e2e-prod-full-sweep.yml`, 00:23). ## Consequence Anyone who follows the hint and merges without a token is expecting a full sweep. What actually runs is `prod`. ## Acceptance - The hint text in the merge tool describes the three levels correctly: `prod` (default), `[e2e: full]`, `[e2e: smoke]`. - The text points to `/home/philflow/Dokumente/coding/flow.raven/.forgejo/workflows/README.md` for the details. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Phil/forgejo-mcp#22
No description provided.