mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-08-10 02:17:23 -03:00
29 lines
1.2 KiB
JSON
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."
|
|
}
|
|
]
|
|
}
|