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 dfc30b8 commit 766a70dCopy full SHA for 766a70d
.github/workflows/automerge.yml
@@ -50,15 +50,3 @@ jobs:
50
env:
51
PR_URL: ${{ github.event.pull_request.html_url }}
52
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