docs: remove median task workflow and document branching from main - #196
github-actions[bot] wants to merge 1 commit into
Conversation
Median is deprecated and the CLI no longer exists, so the whole "Median Tasks" section told every agent to run a command that cannot succeed, and the commit-message section asked for a task id from a tracker that is gone. Replaces both with the rule that actually bites, learned the hard way in this repo: branch from `main`, not `release`. `release` is the default branch, so a plain clone checks it out and the obvious move is to branch from what you are standing on. That carries release merge commits into the feature branch and the rebase conflicts on release-please files. CONTRIBUTING.md has always said this; AGENTS.md did not.
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="AGENTS.md">
<violation number="1" location="AGENTS.md:261">
P3: `pr-title.yml` overwrites invalid or lower-bump titles. Read-only fork tokens require manual editing. Document both limits here.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
| ``` | ||
| MDN-42 fix: resolve auth token expiry | ||
| ``` | ||
| **You do not write the pull request title.** `.github/scripts/pr-title.sh` reads |
There was a problem hiding this comment.
P3: pr-title.yml overwrites invalid or lower-bump titles. Read-only fork tokens require manual editing. Document both limits here.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At AGENTS.md, line 261:
<comment>`pr-title.yml` overwrites invalid or lower-bump titles. Read-only fork tokens require manual editing. Document both limits here.</comment>
<file context>
@@ -251,53 +251,14 @@ it:
-```
-MDN-42 fix: resolve auth token expiry
-```
+**You do not write the pull request title.** `.github/scripts/pr-title.sh` reads
+the diff and writes one. Retitle it yourself and the automation stops.
+`CONTRIBUTING.md` is the whole account of how a change reaches `release`; read it
</file context>
|
Closing as superseded, not abandoned. Everything here lands in Keeping both would have conflicted on |
Opened automatically when
chore/drop-medianwas pushed.The title is written from the diff and rewritten as you push, because this is squashed onto
mainand the title becomes the commit subject and the changelog line. Retitle it yourself and it is yours — the automation stops touching it.Summary by cubic
Removes the Median task workflow from
AGENTS.mdbecause the CLI no longer exists and every command it documented was a dead end. The commit-message rule that required Median task IDs is gone too, replaced with the instruction to branch frommaininstead ofrelease, plus a note that PR titles are auto-written by a script.Written for commit e0eae27. Summary will update on new commits.