Skip to content

Conversation

@alvazjor
Copy link
Contributor

@alvazjor alvazjor commented Aug 11, 2025

Fix Mergify queue blocking on removed CodeBuild checks

Problem

PRs are getting stuck in Mergify queues waiting for a removed CodeBuild check (AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv) that no longer exists in the CI pipeline. This causes indefinite blocking even when all actual required checks pass.

Solution

  • Added branch_protection_injection_mode: none to prevent Mergify from automatically injecting GitHub branch protection requirements that may reference historical/cached checks
  • Mergify will now only evaluate explicitly defined conditions in the configuration
  • Cleaned up formatting and removed outdated comments

Impact

  • Unblocks stuck PRs that meet all actual requirements
  • Prevents future issues when CI checks are removed or renamed
  • Maintains all existing merge safety requirements

Signed-off-by: Jorge Diaz <null>
@aws-cdk-automation aws-cdk-automation requested a review from a team August 11, 2025 12:27
@github-actions github-actions bot added the p2 label Aug 11, 2025
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Aug 11, 2025
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This review is outdated)

@alvazjor alvazjor changed the title ci(Mergify): configuration update chore(Mergify): configuration update Aug 11, 2025
@alvazjor alvazjor changed the title chore(Mergify): configuration update chore(mergify): configuration update Aug 11, 2025
@aws-cdk-automation aws-cdk-automation dismissed their stale review August 11, 2025 12:32

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@alvazjor alvazjor closed this Aug 11, 2025
@github-actions
Copy link
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

contribution/core This is a PR that came from AWS. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants