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 e322699 commit 127cb53Copy full SHA for 127cb53
.github/workflows/build-docs.yml
@@ -76,7 +76,6 @@ jobs:
76
77
- name: Enable Auto-Merge on the PR
78
run: |
79
- # Get the pull request number and enable auto-merge
80
PR_NUMBER=$(gh pr list --head update-python-docs --json number --jq '.[0].number')
81
gh pr merge $PR_NUMBER --auto --merge
82
env:
@@ -85,7 +84,6 @@ jobs:
85
84
- name: Delete Branch After Merge
86
if: success() # Only delete if previous steps were successful
87
88
- # Delete the branch after the PR has been merged
89
gh api repos/:owner/:repo/git/refs/heads/update-python-docs -X DELETE
90
91
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments