chore(deps): update dependency Mergifyio/mergify-cli to 2026.7.21.1#9
Merged
Conversation
Bump the pinned default mergify_cli_version from 2026.7.8.1 to the latest release 2026.7.21.1. Regenerate the README inputs table from action.yml and move the ci.yaml pinned-install assertions to match. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: Ied32dfd07179dff04713f0a0b5e48707fb016219
Member
Author
|
This pull request is part of a Mergify stack:
|
Contributor
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. Show 6 satisfied protections🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
Member
Author
|
@Mergifyio queue |
Contributor
Merge Queue Status
This pull request spent 10 seconds in the queue, including 1 second running CI. Required conditions to merge
|
kozlek
approved these changes
Jul 21, 2026
remyduthu
approved these changes
Jul 22, 2026
mergify Bot
pushed a commit
that referenced
this pull request
Jul 22, 2026
…fault (#10) The pinned-install dogfooding test in ci.yaml hardcoded the mergify_cli_version, but no customManager covered the file, so every mergify-cli release bumped only action.yml + README.md and left ci.yaml stranded on the previous version (as commit 8d75e33 did). Refactor the pinned-install assertion to compare against an EXPECTED_MERGIFY_CLI_VERSION env literal instead of three inline version literals, then add a regex customManager (mirroring the action.yml/README.md ones) that bumps the with: input and the expected env in lockstep. Both matchStrings are anchored to their mergify-specific YAML key, tolerate an optional quote, and require a digit-led value, so they cannot hijack an unrelated quoted assertion or env and leave the neighbouring `latest` install test untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Depends-On: #9
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.
Bump the pinned default mergify_cli_version from 2026.7.8.1 to the
latest release 2026.7.21.1. Regenerate the README inputs table from
action.yml and move the ci.yaml pinned-install assertions to match.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com