Skip to content

Commit 766a70d

Browse files
committed
Do not auto close PR
1 parent dfc30b8 commit 766a70d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/automerge.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,3 @@ jobs:
5050
env:
5151
PR_URL: ${{ github.event.pull_request.html_url }}
5252
GH_TOKEN: ${{ secrets.GH_TOKEN }}
53-
close:
54-
name: Close
55-
runs-on: ubuntu-latest
56-
timeout-minutes: 30
57-
needs: changes
58-
if: needs.changes.outputs.has_changes == 'false' && needs.changes.outputs.is_generation_successful == 'true'
59-
steps:
60-
- name: Close pull request
61-
run: gh pr close "$PR_URL"
62-
env:
63-
PR_URL: ${{ github.event.pull_request.html_url }}
64-
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)