diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4d6e98d..1bc7d16 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,6 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: create pull request + if: false run: gh pr create -B main -H ${{ github.ref_name }} --title 'Merge ${{ github.ref_name }} into main' --body 'Created by Github action' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}