Skip to content

Commit

Permalink
Merge pull request #8007 from jrjohnson/auto-approve-updates
Browse files Browse the repository at this point in the history
Auto Approve Updates
  • Loading branch information
stopfstedt committed Jul 26, 2024
2 parents a6fcada + e47b28f commit 5e69ca8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-transitive-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
labels: dependencies,run percy tests
- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --auto ${{ steps.cpr.outputs.pull-request-number }}
run: |
gh pr review --approve -b "Auto Approved by Zorgbort" ${{ steps.cpr.outputs.pull-request-number }}
gh pr merge --merge --auto ${{ steps.cpr.outputs.pull-request-number }}
env:
GH_TOKEN: ${{ secrets.ZORGBORT_TOKEN }}

0 comments on commit 5e69ca8

Please sign in to comment.