From 5a98a7984bbb394ba1ba1e143f80c1c44de3f2eb Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Thu, 19 Feb 2026 03:52:06 -0500 Subject: [PATCH] Remove triage order section from PR_WORKFLOW.md Removed the section on triage order from the PR workflow document. --- .agents/skills/PR_WORKFLOW.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.agents/skills/PR_WORKFLOW.md b/.agents/skills/PR_WORKFLOW.md index 677e484805c..8696ba1b69e 100644 --- a/.agents/skills/PR_WORKFLOW.md +++ b/.agents/skills/PR_WORKFLOW.md @@ -3,10 +3,6 @@ Please read this in full and do not skip sections. This is the single source of truth for the maintainer PR workflow. -## Triage order - -Process PRs **oldest to newest**. Older PRs are more likely to have merge conflicts and stale dependencies; resolving them first keeps the queue healthy and avoids snowballing rebase pain. - ## Working rule Skills execute workflow. Maintainers provide judgment.