Skip to content

Commit 685cd79

Browse files
authored
Update deploy main branch.yml
1 parent 86b2df6 commit 685cd79

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/deploy main branch.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ jobs:
5050
# - name: Delete slot on staging site
5151
# run: az webapp deployment slot delete --resource-group azuremigrateGarlan --name java5git --slot staging
5252

53-
- name: Close Pull
54-
uses: peter-evans/close-pull@v2
55-
with:
56-
pull-request-number: $(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')
57-
comment: Auto-closing pull request
58-
delete-branch: true
59-
53+
# - name: Close Pull
54+
# uses: peter-evans/close-pull@v2
55+
# with:
56+
# pull-request-number: $(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')
57+
# comment: Auto-closing pull request
58+
# delete-branch: true
59+
- name: Install delete branch
60+
run: brew install git-delete-merged-branches
6061

6162

0 commit comments

Comments
 (0)