Skip to content

Commit 127cb53

Browse files
committed
Added a couple of comments for clarity
1 parent e322699 commit 127cb53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676

7777
- name: Enable Auto-Merge on the PR
7878
run: |
79-
# Get the pull request number and enable auto-merge
8079
PR_NUMBER=$(gh pr list --head update-python-docs --json number --jq '.[0].number')
8180
gh pr merge $PR_NUMBER --auto --merge
8281
env:
@@ -85,7 +84,6 @@ jobs:
8584
- name: Delete Branch After Merge
8685
if: success() # Only delete if previous steps were successful
8786
run: |
88-
# Delete the branch after the PR has been merged
8987
gh api repos/:owner/:repo/git/refs/heads/update-python-docs -X DELETE
9088
env:
9189
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)