Files
cline/sdk/.github/CODEOWNERS
T
Saoud Rizwan 41cb3047a3 fix: harden CI permissions and add workflow CODEOWNERS (#53)
* fix: harden CI permissions and add workflow CODEOWNERS for public repo

- Remove unnecessary checks:write and pull-requests:write from test.yml
  (no step uses them; GitHub creates check runs automatically with
  contents:read)
- Move publish-sdk.yaml permissions from workflow-level to job-level so
  the test caller job gets only contents:read while the publish job
  gets contents:write + id-token:write
- Add CODEOWNERS entry restricting .github/workflows/ changes to
  saoudrizwan, abeatrix, and maxpaulus43 (enforced by the existing
  ruleset's require_code_owner_review setting)

* fix: add BarreiroT to workflow CODEOWNERS

* fix: scope CODEOWNERS for .github to saoudrizwan, abeatrix, and BarreiroT
2026-05-07 13:08:14 -07:00

2 lines
44 B
Plaintext

/.github/ @saoudrizwan @abeatrix @BarreiroT