Skip to content

Commit 0904989

Browse files
committed
Skip merge action if no PR
1 parent 2e4182c commit 0904989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
labels: documentation, github-actions
118118

119119
- name: Merge Pull Request
120+
if: steps.create_pr.outputs.pull-request-number
120121
run: |
121122
gh pr merge "${{ steps.create_pr.outputs.pull-request-number }}" --squash --delete-branch
122123
git fetch --all

0 commit comments

Comments
 (0)