fix(cli): correct REQUIRED_CONTEXTS context names in merge queue workflow #12
Reference in New Issue
Block a user
Delete Branch "fix/merge-queue-required-contexts-cli"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The
gitea-merge-queue.ymlworkflow setREQUIRED_CONTEXTS=CI / test (pull_request), but the CI workflow is named 'CI / Test' and Gitea reports the context asCI / Test / test (push)for cron-triggered runs. This mismatch caused the queue script to always see the context as 'missing' and never attempt a merge - blocking all CLI PRs.Fix: update
REQUIRED_CONTEXTSto the correct context nameCI / Test / test (push)and restore the SOP checklist gate context which was dropped when the workflow overrode the script defaults.Test plan
name: CI / Test🤖 Generated with Claude Code
82f5ab84d1tod353a15a66Pull request closed