Skip to content

Commit

Permalink
Allow auto-merge in update.yml
Browse files Browse the repository at this point in the history
The tests seem robust enough that it should be safe to automatically merge PRs with updates. Let's try to use PR auto-merge for this.
  • Loading branch information
zeux authored Sep 30, 2023
1 parent 14c12ad commit 5a1509d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
commit-message: Update to 1.3.${{env.VOLK_VERSION}}
title: Update to 1.3.${{env.VOLK_VERSION}}
author: GitHub <[email protected]>
- name: enable pr automerge
run: gh pr merge --merge --auto "1"
continue-on-error: true

0 comments on commit 5a1509d

Please sign in to comment.