From 1089857bb7c285f7f0584a0c2394a108cd9b2e85 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Wed, 6 Mar 2024 10:34:19 +1100 Subject: [PATCH] workflows/triage: add permission to `limit-pull-requests` --- .github/workflows/triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 880c57ac43..e3ad9ff70e 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -8,6 +8,7 @@ concurrency: permissions: contents: read + pull-requests: write jobs: limit-pull-requests: