Iss #161 - Add merge_group webhook support to the webhook callback
A commit status is required for merge queues as separate branches w/ different SHAs are created, which no longer contain the ECA check status. As all commits in the queue will have been validated, we can just send a request to create the missing commit status without checks.
parent
10346317
No related branches found
No related tags found
Showing
- src/main/java/org/eclipsefoundation/git/eca/api/models/GithubCommitStatusRequest.java 5 additions, 2 deletions...ndation/git/eca/api/models/GithubCommitStatusRequest.java
- src/main/java/org/eclipsefoundation/git/eca/api/models/GithubWebhookRequest.java 24 additions, 0 deletions...sefoundation/git/eca/api/models/GithubWebhookRequest.java
- src/main/java/org/eclipsefoundation/git/eca/helper/GithubValidationHelper.java 38 additions, 18 deletions...ipsefoundation/git/eca/helper/GithubValidationHelper.java
- src/main/java/org/eclipsefoundation/git/eca/resource/GithubWebhooksResource.java 32 additions, 31 deletions...sefoundation/git/eca/resource/GithubWebhooksResource.java
Please register or sign in to comment