mergify icon indicating copy to clipboard operation
mergify copied to clipboard

Account used as bot_account must have write permission, not admin

Open nathan-ahn opened this issue 1 month ago • 1 comments

Expected Behavior

Merge action should be able to use admin account as merge_bot_account.

Actual Behavior

Action errors with nathan-ahn account used as bot_account must have write permission, not admin (screenshot attached).

Image

Rule Definition

  - name: Auto squash
    description: Handles squashing pull requests marked for squash
    conditions:
      - label = squash
      - -draft
      - -base = dev
      - -base = staging
      - -base = dogfooding
      - -base = prod
    actions:
      merge:
        method: merge
        merge_bot_account: "{{author}}"

nathan-ahn avatar Nov 19 '25 19:11 nathan-ahn

👋 This was due to limitations in the past, not sure if it's still the case. I'll open a ticket internally. to check

jd avatar Nov 20 '25 15:11 jd