Skip to content

Commit

Permalink
Maintainers approval GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Nov 30, 2023
1 parent bb0e6bc commit ed66067
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
return maintainersResponse.data.map(item => item.login).join(', ');
- uses: peternied/approved-by-maintainers@main
- uses: peternied/approved-by-maintainers@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
min-required: 1
maintainers: ${{ steps.find-maintainers.outputs.result }}
required-approvers-list: ${{ steps.find-maintainers.outputs.result }}

0 comments on commit ed66067

Please sign in to comment.