Skip to content

Commit

Permalink
auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo committed Dec 17, 2024
1 parent 2f3bdd4 commit daf5297
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
--reviewer "${{ github.actor }}" \
2>&1)
echo "PR_URL=$PR_URL" >> $GITHUB_OUTPUT
echo "$PR_URL"
merge-pr:
runs-on: ubuntu-latest
Expand All @@ -81,7 +80,6 @@ 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 merge "$PR_NUMBER" --merge --repo ${{ github.repository }}
gh pr merge "$PR_NUMBER" --merge --auto --repo ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit daf5297

Please sign in to comment.