From 8f1b4d1924ab3c1b6e1e88f5747a9d3706da2c41 Mon Sep 17 00:00:00 2001 From: qmuntal Date: Tue, 3 Feb 2026 21:21:48 +0100 Subject: [PATCH] restrict aw roles --- .github/workflows/patch-consistency-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patch-consistency-review.md b/.github/workflows/patch-consistency-review.md index 7afeca6e89f..b9775489ea0 100644 --- a/.github/workflows/patch-consistency-review.md +++ b/.github/workflows/patch-consistency-review.md @@ -11,7 +11,7 @@ on: description: "PR number to review" required: true type: string -roles: all +roles: [admin, maintainer, write] permissions: contents: read pull-requests: read