Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: improve how we detect that the PR is managed by Mergify #36

Conversation

DouglasBlackwood
Copy link
Contributor

The former implementation can detect any Mergify App icon in the page, even if the PR has been referenced by another one. We have to look for the "Summary" or the "Merge Protections" check-run.

Fixes MRGFY-4553

The former implementation can detect any Mergify App icon in the page, even if the PR has been referenced by another one. We have to look for the "Summary" or the "Merge Protections" check-run.

Fixes MRGFY-4553

Change-Id: I2f812d20513947f8ba78f25c7d8fc46a27bef227
@mergify mergify bot requested a review from a team January 15, 2025 10:38
Copy link
Contributor

mergify bot commented Jan 15, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Changelog requirements

Wonderful, this rule succeeded.
  • any of:
    • -title ~= ^feat
    • label = need changelog
    • label = skip changelog

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

@mergify mergify bot merged commit f82718d into main Jan 16, 2025
6 checks passed
@mergify mergify bot added the queued label Jan 16, 2025
@mergify mergify bot deleted the devs/DouglasBlackwood/detect-mergify/I2f812d20513947f8ba78f25c7d8fc46a27bef227 branch January 16, 2025 15:57
@mergify mergify bot removed the queued label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants