-
Notifications
You must be signed in to change notification settings - Fork 0
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
Say Hello CLI - playing around #41
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.