-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GHEvent.java #1233
Update GHEvent.java #1233
Conversation
seems we are rehashing this issue: https://issues.jenkins.io/browse/JENKINS-63348 adding `Pull request review thread` and `Merge queue entry` events to avoid breaking auth
For some additional data the errors I've experienced are:
and
I can reproduce the |
It would also be great to just support unknown values as shown here Mapper change at GitHubClient
Enum change at GHEvent
If the above seems fine I can open another PR with those changes to see if any tests run into issues. I don't want to make this change in this PR since I really just want to get my integration working and the above solution seems like the most straight forward option. |
@philippebailer |
Updated expected count for event enum.
Codecov Report
@@ Coverage Diff @@
## main #1233 +/- ##
=========================================
Coverage 76.90% 76.91%
Complexity 1885 1885
=========================================
Files 188 188
Lines 5958 5960 +2
Branches 328 328
=========================================
+ Hits 4582 4584 +2
Misses 1176 1176
Partials 200 200
Continue to review full report at Codecov.
|
Description
Seems we are rehashing this issue: https://issues.jenkins.io/browse/JENKINS-63348
Which was fixed by @bitwiseman with this #911
I'm similarly adding
Pull request review thread
andMerge queue entry
events to avoid breaking auth as unlike the previous ticket unsubscribing fromMerge queue entry
does not seem to work. These events seem to be new since I have found no documentation on them at webhooks-and-eventsWe just finished setting up the github app yesterday to have it break a few hrs later with the merge event error so I assume some change regarding that event was released at that time.
Idk if its possible to get this change merged and pushed through to a new version of github-api-plugin but our jenkins integration setup is currently blocked by this. Please let me know if there is anything I can do to help move this along.
Thanks you!
Before submitting a PR:
We love getting PRs, but we hate asking people for the same basic changes every time.
main
. Create your PR from that branch.mvn -D enable-ci clean install site
locally. If this command doesn't succeed, your change will not pass CI.When creating a PR:
Closes #1234