Skip to content

Conversation

@alvazjor
Copy link
Contributor

@alvazjor alvazjor commented Aug 8, 2025

Fixes Mergify automatic PR merging after commit 708383b removed CodeBuild requirement.

Root Cause: CodeBuild uses GitHub Status API while GitHub Actions uses GitHub Checks API. Mergify was looking for status checks instead of check runs.

Solution: Updated .mergify.yml to use check-success conditions instead of status-success for GitHub Actions workflows (validate-pr and build).

Changes:

  • Replaced all status-success conditions with check-success in queue_rules and pull_request_rules
  • Updated 8 different rules across the configuration
  • Maintains compatibility with existing GitHub Actions workflows

This should restore automatic PR merging functionality that was broken when CodeBuild was removed.

@aws-cdk-automation aws-cdk-automation requested a review from a team August 8, 2025 13:14
@github-actions github-actions bot added the p2 label Aug 8, 2025
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Aug 8, 2025
Copy link
Contributor

Choose a reason for hiding this comment

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

revert this pls it's unrelated to the pr

Copy link
Contributor Author

Choose a reason for hiding this comment

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

wrong PR to fix, sorry. Closed it

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.

The pull request linter fails with the following errors:

❌ Fixes must contain a change to a test file.
❌ Fixes must contain a change to an integration test file and the resulting snapshot.

If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.

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

github-actions bot commented Aug 8, 2025

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 8, 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.

3 participants