summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-lock.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml
index c38cc6e..6037a01 100644
--- a/.github/workflows/update-lock.yaml
+++ b/.github/workflows/update-lock.yaml
@@ -41,6 +41,7 @@ jobs:
- name: Enable auto-merge
shell: bash
+ if: steps.update.outputs.pull-request-number != ''
run: gh pr merge --auto --rebase "$PR_ID"
env:
GH_TOKEN: ${{ secrets.MERGE_TOKEN }}