quarkiverse / quarkus-github-app

Develop your GitHub Apps in Java with Quarkus.
https://docs.quarkiverse.io/quarkus-github-app/dev/index.html
Apache License 2.0
60 stars 27 forks source link

Allow the webhook listener path to be configurable #631

Closed ryandens closed 1 week ago

ryandens commented 1 week ago

Fixes #629

ryandens commented 1 week ago

Looks good to me!

gsmet commented 1 week ago

Thanks!

gsmet commented 1 week ago

@ryandens I released 2.6.0 which includes your 2 contributions.

ryandens commented 1 week ago

Amazing, thank you @gsmet! We were already using aspects of this extension to build pixeebot (like the GitHubClientProvider and the PayloadSignatureChecker but now we'll be able to use more aspects of it 😄 Looking forward to making more contributions along the way

gsmet commented 1 week ago

Yeah, please keep them coming and don't hesitate to create discussions if you want to discuss some specific areas.