merge queue: embarking main (d641cb3), #1362 and #1351 together#1370
Closed
mergify[bot] wants to merge 4 commits into
Closed
merge queue: embarking main (d641cb3), #1362 and #1351 together#1370mergify[bot] wants to merge 4 commits into
mergify[bot] wants to merge 4 commits into
Conversation
Three smoke tests under func-tests/ that drive the real `mergify`
binary against the real Mergify API, gated on
LIVE_TEST_MERGIFY_TOKEN:
- `ci scopes-send` — POST /v1/repos/{owner}/{repo}/pulls/{n}/scopes
- `ci junit-process` — OTLP traces upload + quarantine check
- `config simulate` — POST /v1/repos/{owner}/{repo}/pulls/{n}/simulator
Each fires when the real API's URL, auth, or wire format diverges
from what the CLI expects. Asserts only "endpoint exists, accepts
our payload, returns 2xx" — never response content, since the
test tenant's state is not under test control.
Driven by `.github/workflows/func-tests-live.yaml` on a nightly
cron + manual dispatch against
mergify-clients-testing/mergify-cli-repo PR #1. Runs in a
dedicated `func-tests-live` GitHub Environment so the
LIVE_TEST_MERGIFY_TOKEN secret can be rotated and audited
independently. NOT wired into the PR ci-gate — an upstream blip
cannot block PRs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Change-Id: I1ee94f6c9e1d6ac7d4ad22fe07b98860ecec12e9
Status was implicit: every entry was `shimmed`, and ports flip status by deleting the entry (because the Python copy is removed in the same PR). Tracking that in TOML adds a step that does no work — the truth is "command exists in click → shimmed; doesn't → ported or never existed." Drop the inventory file plus its guard test; document the port-and-delete rule in AGENTS.md so the structural anti-drift contract survives losing the file's header comment. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Change-Id: I77522cb91d59b41815a98869953bff331ede3941
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎉 This pull request has been checked successfully and will be merged soon. 🎉
Branch main (d641cb3), #1362 and #1351 are embarked together for merge.
This pull request has been created by Mergify to speculatively check the mergeability of #1351.
You don't need to do anything. Mergify will close this pull request automatically when it is complete.
Required conditions of queue rule
defaultfor merge:title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert|ui)(?:\(.+\))?:#approved-reviews-by>=2author = dependabot[bot]author = mergify-ci-botauthor = renovate[bot]body ~= (?ms:.{48,})#changes-requested-reviews-by = 0#review-requested = 0#review-threads-unresolved = 0check-success=ci-gateRequired conditions to stay in the queue:
base=mainlabel!=manual mergetitle ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert|ui)(?:\(.+\))?:#approved-reviews-by>=2author = dependabot[bot]author = mergify-ci-botauthor = renovate[bot]body ~= (?ms:.{48,})#changes-requested-reviews-by = 0#review-requested = 0#review-threads-unresolved = 0check-success=ci-gate