File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ jobs:
4141
4242 > [!WARNING]
4343 > Only use `Merge Commit` to merge this pull request. Do not use `Rebase and Merge` or `Squash and Merge`.
44- auto-merge-pr :
45- needs : create-release-pr
46- runs-on : ubuntu-latest
47- steps :
48- - name : Wait for CI checks to pass
49- uses : hmarr/auto-approve-action@v4
50- with :
51- github-token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
52- - name : Enable auto-merge
53- run : |
54- gh pr merge --merge --admin ${{ env.BRANCH_NAME }}
55- env :
56- GITHUB_TOKEN : ${{ secrets.RELEASE_GITHUB_TOKEN }}
44+ # auto-merge-pr:
45+ # needs: create-release-pr
46+ # runs-on: ubuntu-latest
47+ # steps:
48+ # - name: Wait for CI checks to pass
49+ # uses: hmarr/auto-approve-action@v4
50+ # with:
51+ # github-token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
52+ # - name: Enable auto-merge
53+ # run: |
54+ # gh pr merge --merge --admin ${{ env.BRANCH_NAME }}
55+ # env:
56+ # GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments