From bcaec3749f217ad7c82e85a025677926fa0b33e0 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Fri, 1 Dec 2023 10:30:26 -0600 Subject: [PATCH] Update maintainer-approval.yml Signed-off-by: Peter Nied --- .github/workflows/maintainer-approval.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintainer-approval.yml b/.github/workflows/maintainer-approval.yml index 9084ec49a33d0..760ddca457f2e 100644 --- a/.github/workflows/maintainer-approval.yml +++ b/.github/workflows/maintainer-approval.yml @@ -22,7 +22,7 @@ jobs: const maintainersResponse = await github.request('GET /repos/{owner}/{repo}/collaborators', { owner: context.repo.owner, repo: context.repo.repo, - permission: 'push', + permission: 'triage', affiliation: 'all', per_page: 100 });