Skip to content

Commit 260a5c6

Browse files
authored
docs(triage): verify maintainer access before surfacing PRs (#106507)
* docs(triage): verify maintainer access * docs(triage): suppress mmaps PRs
1 parent 417543b commit 260a5c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • .agents/skills/openclaw-pr-maintainer

.agents/skills/openclaw-pr-maintainer/SKILL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ gh api -X POST "repos/openclaw/openclaw/issues/<number>/assignees" -f 'assignees
8080

8181
In generic issue/PR triage, hot queues, landable shortlists, or "what is still open", exclude PRs authored by maintainers with broad repository access until 14 days after `created_at`. Prefer external contributors' PRs. An ordinary request for landing candidates does not override the age gate. Continue suppressing maintainer-authored issues by default.
8282

83+
Treat live repository permission as the source of truth. Before surfacing a finalist whose access is not already known, check `gh api repos/openclaw/openclaw/collaborators/<login>/permission`; suppress write, maintain, or admin access even when the login is absent from the fast-path list below. Read or triage access alone does not trigger suppression unless the login is explicitly listed.
84+
8385
Suppress by default when the opener/author is one of:
8486

8587
- `@vincentkoc`
@@ -89,6 +91,8 @@ Suppress by default when the opener/author is one of:
8991
- `@shakkernerd`
9092
- `@mbelinky`
9193
- `@joshavant`
94+
- `@pgondhi987`
95+
- `@mmaps`
9296
- `@ngutman`
9397
- `@vignesh07`
9498
- `@huntharo`

0 commit comments

Comments
 (0)