Skip to content

Commit

Permalink
skip gh pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo committed Dec 17, 2024
1 parent ea00d69 commit 2f3bdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Approve and merge pull request
run: |
PR_NUMBER=$(echo "$PR_URL" | sed 's/.*\/pull\/\([0-9]*\)/\1/')
gh pr review "$PR_NUMBER" --approve --repo ${{ github.repository }}
#gh pr review "$PR_NUMBER" --approve --repo ${{ github.repository }}
gh pr merge "$PR_NUMBER" --merge --repo ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 2f3bdd4

Please sign in to comment.