Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/com.google.code.gson-gson-…
Browse files Browse the repository at this point in the history
…2.10.1
  • Loading branch information
alexdlaird authored May 17, 2024
2 parents b6c1bfd + 519e037 commit 40c1372
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --merge --auto "1"
run: |
# gh pr review --approve
gh pr merge --merge --auto "1"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 40c1372

Please sign in to comment.