diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-lock.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 35fa686..68409b2 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -29,6 +29,7 @@ jobs: - name: Enable auto-merge shell: bash + if: steps.update.outputs.pull-request-number != '' run: gh pr merge --auto --squash "$PR_ID" env: GH_TOKEN: ${{ secrets.MERGE_TOKEN }} |
