Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 22, 2023
1 parent e279a3a commit c6f3c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
for pr in ${{ steps.prs.outputs.prs }}
do
echo "Approving PR $pr"
gh pr review --repo ${{ github.repository }} --approve $pr
done
env:
Expand Down

0 comments on commit c6f3c23

Please sign in to comment.