From b18684e26ad53c92822e2a83788f83499021fca8 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:16:12 +0700 Subject: [PATCH] Add copilot-requests permissions to github-workflow.json close #6175 --- src/schemas/json/github-workflow.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/schemas/json/github-workflow.json b/src/schemas/json/github-workflow.json index a36b0b03632..d7d7ee686af 100644 --- a/src/schemas/json/github-workflow.json +++ b/src/schemas/json/github-workflow.json @@ -287,6 +287,10 @@ }, "statuses": { "$ref": "#/definitions/permissions-level" + }, + "copilot-requests": { + "type": "string", + "enum": ["write"] } } },