Skip to content

Commit

Permalink
Update maintainer-approval.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied authored Dec 1, 2023
1 parent 9164d80 commit bcaec37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintainer-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit bcaec37

Please sign in to comment.