Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Bug
What GitHub Actions topic or product is this about?
General
Discussion Details
I have configured a CI framework in GitHub between several production repositories. When certain PRs merge into some of the repos, we create tagged releases, then send PRs to the other repositories, updating them to use the new release.
In the receiving repositories, I created automatic approval workflows. Those workflows trigger on the PR "labeled" event. The workflow checks that the PR was submitted by our faceless bot, and it checks for certain label values. If it finds what it needs, it will approve the PR and set the auto-merge flag.
The problem is that when the PR checks complete, the PR is not getting bumped over to the merge queue automatically and as expected. To work around this, I can go into the PR, un-set and then re-set auto-merge. But it's not sustainable for a human to go into these PRs and manually kick them into the merge queue. That's exactly what auto-merge is supposed to do. One bit of potential evidence is that this workflow worked as expected before we turned on the merge queue and required checks.
Anyone have ideas why this isn't working?
Beta Was this translation helpful? Give feedback.
All reactions