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 });