We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1ece8 commit 7dd9164Copy full SHA for 7dd9164
.github/workflows/update.yml
@@ -27,7 +27,7 @@ jobs:
27
title: Update to 1.3.${{env.VOLK_VERSION}}
28
author: GitHub <[email protected]>
29
- name: enable pr automerge
30
- run: gh pr merge --merge --auto
+ run: gh pr merge --merge --auto ${{env.PULL_REQUEST_NUMBER}}
31
env:
32
GH_TOKEN: ${{ github.token }}
33
continue-on-error: true
0 commit comments