Hello! quick question, is there a way to debug why...
# general
a
Hello! quick question, is there a way to debug why the
contract_requiring_verification_published
event was detected when publishing a pact? the pact content is not changing and I believe we are populating all the required fields. I also see this message beside it
(pact content is the same as previous versions with tags  and no new tags were applied)
y
Hey hey, Do you have an existing verification against your mainBranch Taken from https://docs.pact.io/blog/2021/10/11/contract-requiring-verification-published-webhook-event#post-content
It will be triggered if a pact is published with content that does not have a verification result from the main branch of the provider, or any of the deployed or released versions of the provider.
Full usage details https://docs.pact.io/pact_broker/webhooks#using-webhooks-with-the-contract_requiring_verification_published-event It is worth paying attention to the
Use of this webhook requires that:
section just to ensure you have the necessary pre-requisites in place
a
ah I see I will try that! thanks Yousaf!
after recording a verification against the main branch now I only see
contract_published
thanks again!
chefkiss 1
y
Nice one @Alejandro Vélez-Calderón 🙌 - Thanks for letting us know