automerge-action icon indicating copy to clipboard operation
automerge-action copied to clipboard

Failed to merge PR: Changes must be made through the merge queue

Open larabear opened this issue 2 years ago • 1 comments

The branch has "Require merge queue" setting on, and I'm getting the error "Failed to merge PR: Changes must be made through the merge queue". How can I configure the workflow in order to merge the PR with merge queue?

Here's my step:

...
      - name: Merge
        uses: pascalgn/[email protected]
        if: steps.waitforstatuschecks.outputs.status == 'success'
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          MERGE_LABELS: ""
          MERGE_METHOD: squash

larabear avatar Jul 25 '23 22:07 larabear

When adding a PR to the merge queue, it will be merged automatically (together with other PRs in the queue).

Adding a PR to the queue is only 1 click.

I'm not quite sure where you need automerge-action here? I think if you use GH's merge queue, you don't need it.

pascalgn avatar Jan 08 '24 20:01 pascalgn

I think this is not yet fixed, or at least it's not clear what the cause for the problem is. However, it's a long time since there was some activity in this issue, so I will close it for now. If you have any new information or need any help, feel free to reopen this issue!

pascalgn avatar Apr 11 '24 21:04 pascalgn