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 9bfdf7b commit 5406c69Copy full SHA for 5406c69
.github/workflows/dist-pr.yml
@@ -44,13 +44,3 @@ jobs:
44
--label "automated pr,dist-update"
45
env:
46
GH_TOKEN: ${{ secrets.GH_MERGE_TOKEN }}
47
-
48
- - name: Check for Existing PR and Close (Optional)
49
- run: |
50
- EXISTING_PR=$(gh pr list --base main --head temp-build-branch --state open --json number -q '.[].number')
51
- if [[ -n "$EXISTING_PR" ]]; then
52
- echo "Found existing open PR(s) for temp-build-branch: $EXISTING_PR"
53
- gh pr close "$EXISTING_PR"
54
- fi
55
- env:
56
- GH_TOKEN: ${{ secrets.GH_MERGE_TOKEN }}
0 commit comments