webhook events for Merge Queue Ops (jump, clear, etc...) #136559
Replies: 2 comments
-
💬 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.
-
To handle events like jumping or clearing the merge queue, you'll need to implement custom logic in your server. Monitor the merge queue and trigger custom webhooks when these operations occur. Your server can then notify the team based on these events. This approach ensures everyone stays informed about changes in the merge queue. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
👋 Howdy!
I run a little server that listens to webhooks and notifies folks about the state of the merge queue.
I'd love if there were we hook events for the "extraneous" merge queue ops, like jumping or clearing the queue.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions