claude-plugins-official/.github/external-contributors.json
Bryan Thompson 41eeb8d070
docs(ci): neutral wording in external-contributors allowlist note
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 11:17:46 -05:00

29 lines
1.2 KiB
JSON

{
"$comment": [
"Allowlist of external (non-member) GitHub users explicitly permitted to open pull",
"requests against this repository. Used by .github/workflows/close-external-prs.yml",
"(to skip the auto-close) and .github/workflows/external-pr-scope-guard.yml (to",
"constrain what an allowlisted author may change).",
"",
"Presence here grants ONLY the right to OPEN a reviewable PR. It does not grant merge",
"rights: all CI still runs and a maintainer approval is still required before merge.",
"",
"allowed_sources: the scope guard requires every plugin entry an allowlisted author ADDS",
"to point at a source.url under one of these prefixes (case-insensitive, boundary-safe",
"prefix match on the normalized https URL). Keep it as tight as the author's actual repos."
],
"contributors": [
{
"github_username": "flovogt",
"name": "Florian Vogt",
"affiliation": "SAP SE",
"allowed_sources": [
"github.com/UI5/",
"github.com/SAP/",
"github.com/SAP-samples/"
],
"note": "SAP UI5 org; maintains the ui5, ui5-typescript-conversion, and ui5-modernization plugins."
}
]
}