autoapproval
autoapproval copied to clipboard
Automerge not occurring as expected
Not sure if this is a bug or PEBCAK yet, but I would expect [this PR])(https://github.com/TheKevJames/challenges/pull/128) to be automerged based on my config and the actions definition.
Relevant repo settings:
- "Allow auto-merge" is enabled
- "Allow squash merging" is enabled
- Branch protection has "Require status checks to pass before merging" and "Require branches to be up to date before merging"
Expected workflow:
pre-commit-ci[bot]opens the PRautoapprovaltriggers on thepull_request.openedtriggerautoapprovalapproves the PR and adds theautomergelabelautoapprovaltriggers on thepull_request.labeledtriggerautoapprovalsees theautomergelabels and does a squash merge once required tests pass
It seems like either step (4) or (5) is not triggering (seems to be (4) based on the Actions history). Am I doing something wrong here?