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: inject buttons in the right place #34

Conversation

DouglasBlackwood
Copy link
Contributor

The new merge box selector is too generic. We have to select a section with a precise selector. The conflict section is always injected so we can select it and get the parent element to inject Mergify's buttons.

Fixes MRGFY-4504
Fixes #33

The new merge box selector is too generic. We have to select a section with a precise selector. The conflict section is always injected so we can select it and get the parent element to inject Mergify's buttons.

Fixes MRGFY-4504
Fixes #33

Change-Id: I1c4b9eee8537888d6c32758166afde76191f5a87
@mergify mergify bot requested a review from a team December 30, 2024 09:49
Copy link
Contributor

mergify bot commented Dec 30, 2024

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 aab5c23 into main Dec 30, 2024
6 checks passed
@mergify mergify bot deleted the devs/DouglasBlackwood/inject-in-right-container/I1c4b9eee8537888d6c32758166afde76191f5a87 branch December 30, 2024 10:03
@mergify mergify bot added queued and removed queued labels Dec 30, 2024
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.

Mergify buttons can be injected into PR commits tab
3 participants