We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b2df6 commit 685cd79Copy full SHA for 685cd79
.github/workflows/deploy main branch.yml
@@ -50,12 +50,13 @@ jobs:
50
# - name: Delete slot on staging site
51
# run: az webapp deployment slot delete --resource-group azuremigrateGarlan --name java5git --slot staging
52
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: Close Pull
+# uses: peter-evans/close-pull@v2
+# with:
+# pull-request-number: $(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')
+# comment: Auto-closing pull request
+# delete-branch: true
+ - name: Install delete branch
60
+ run: brew install git-delete-merged-branches
61
62
0 commit comments