Feedback: Merges by pull request merge queue now attributed to Merge Queue bot #58673
Replies: 6 comments 12 replies
-
Hi @willsmythe |
Beta Was this translation helpful? Give feedback.
-
This is more of a breaking change than a fix in my opinion. |
Beta Was this translation helpful? Give feedback.
-
+1 this is causing issues with systems that really need proper attribution. Would love a fix here, thanks. |
Beta Was this translation helpful? Give feedback.
-
I'm looking to possibly introduce merge queues as part of an updated deploy strategy at my company. For those being impacted by this particular change, are commits that are being attributed to |
Beta Was this translation helpful? Give feedback.
-
This has been problematic for our CI too. We write helm values into a protected branch as part of the CI, and previously we had used a bot account that we owned and allowed it to bypass PR requirements to push these commits. I still want to require it for all devs and other actions, though. But since turning on merge queues, the The weirdest part, though, is that sometimes the CI just works anyway. 3/4 times it fails ands says "lacking permissions to skip a PR", but sometimes it just works, and I can't figure out why so far. There's extremely little info about this online, which is not surprising because Merge Queues are pretty new. Unfortunately for now we may just need to disable it for now because I don't see a good solution if I can't allow Would appreciate any advice, insights, or workarounds folks have of course! |
Beta Was this translation helpful? Give feedback.
-
This caused a problem in the repository in my organization. Issue explained
- deploy_onto_staging:
when:
and:
- equal: [<< pipeline.git.branch >>, main]
context:
- our_internal_context # This causes a problem.
... In this way,
Possible solution
|
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
We've shipped a fix to ensure merges by the pull request merge queue are always attributed to the GitHub Merge Queue bot (
github-merge-queue[bot]
). This change applies to new merges by the queue, and will appear in the activity view and inpush
webhook events.See https://github.blog/changelog/2023-06-21-merges-by-pull-request-merge-queue-now-attributed-to-the-github-merge-queue-bot/
Beta Was this translation helpful? Give feedback.
All reactions