docs(triage): verify maintainer access before surfacing PRs (#106507)

* docs(triage): verify maintainer access

* docs(triage): suppress mmaps PRs
This commit is contained in:
Peter Steinberger
2026-07-13 08:43:45 -07:00
committed by GitHub
parent 417543b481
commit 260a5c6e2b
@@ -80,6 +80,8 @@ gh api -X POST "repos/openclaw/openclaw/issues/<number>/assignees" -f 'assignees
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.
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.
Suppress by default when the opener/author is one of:
- `@vincentkoc`
@@ -89,6 +91,8 @@ Suppress by default when the opener/author is one of:
- `@shakkernerd`
- `@mbelinky`
- `@joshavant`
- `@pgondhi987`
- `@mmaps`
- `@ngutman`
- `@vignesh07`
- `@huntharo`