Conversation
|
So the idea is that you should do all the experiments locally. The documentation should guide you on how to set this up:
From there, you can start dev mode and you can install your test GitHub App in a test project and play with it. On my side, I have a couple playground projects to experiment. Let me know if you need some help setting this up. In parallel, I will ask we give you the permission to deploy the bot, but please let's do the first deployment together so I can show you the ropes :). |
| // TODO check permissions | ||
| GHUser sender = issueCommentPayload.getSender(); |
There was a problem hiding this comment.
You can automatically check permissions with annotations: https://docs.quarkiverse.io/quarkus-github-app/dev/commands.html#permissions
Actually, I already did that. So let me know when you have something concrete to deploy and we can do it together once and then you will be able to do it alone. |
|
@gsmet thanks a lot, I will look into it again after the holidays! |
No description provided.