Hello,
I’m writing a plugin that can block a pull request merge.
I am able to extract. the project key, but not the project branch.
This method is where I am making the decision;
public RepositoryHookResult preUpdate(
PreRepositoryHookContext context,
PullRequestMergeHookRequest request
) {
How can I request the merging and merged project branch?