Skip to content

Commit

Permalink
Enable auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Jun 6, 2024
1 parent 7a6b1b1 commit c9ec366
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: "${{ steps.cpr.outputs.pull-request-url }}"
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c9ec366

Please sign in to comment.