I want to be able to either notify or propagate data somehow from a hook to a merge-check. Maybe the merge-check can introspect the state of the hook?
In particular I want the processing done on a post-receive hook be able to inform the merge-check.
What's the best way to do this without combining the two plugins?
use-case: post-receive hook parses "core-reviewers" which are required for specific files touched, but they're not repository or project wide, so needs to be on an ad-hoc post-receive basis and enforced by the merge-check plugin.
I have own plugin hence I can check full cycle, I mean pre-receive, merge and post-receive. like this one
As I understand do you want fix your use case via one own custom plugin, is that correct?
Thanks for clarify.
Cheers,
Gonchik Tsymzhitov
No, I want to propagate data from one plugin to another, so two plugins. I want the receive hook to be able to inform a separate merge-check plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.