-
Notifications
You must be signed in to change notification settings - Fork 343
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
Making a github bot to improve our repo's workflow #1082
Comments
Few things which comes to my mind:
|
I dont have the bandwidth for this rn, anyone can feel free to pick this up! |
I would like to work on this issue @nyrahul |
@Amishakumari544 Thanks for taking this up. Feel free to ask for any doubts here or on KubeArmor slack. |
Hey, @Amishakumari544 are you still working on this issue? |
@Ankurk99 @PrimalPimmy wanted to ask if this is still needed? If yes, then wanted to work on this, though don't have much idea about it. Searched about GitHub bots but found quite less resources. Would be great if you can guide a little :) |
hey @Amishakumari544 are you still working on this issue? If not, I'll assign it to someone else. |
you can :) |
Hi everybody. I am interested in working on this issue. |
Hi @Ankurk99 I would like to work on this, I am thinking of using the probot framework. Keeping in mind the requirements you mentioned. |
Are you still working on this? @rootxrishabh |
Hi @rakshitgondwal , yes I am working on this : ) |
Hey @rootxrishabh, any update on this? Do you need any help? |
Hey @Ankurk99, I have completed implementing the functionalities, however as I remember we wanted a workflow file for this rather than a standalone bot. How can I deploy the app on GitHub action? |
Hey guys, I am getting this error when testing the workflow created for this issue. It seems like when a PR is made from a fork certain jobs fail when acts on the PR itself.
|
PR reviewer |
@rootxrishabh are you currently working on this? |
Hey @Pushkarm029! We are currently looking to implement different github apps for different tasks due to permission issues of github(as seen in PR github actions). |
I have been reading a bit about GitHub token permissions. The concern was that as actions run on the PR fork(untrusted) and not upstream, providing action tokens with write permissions might result in malicious code execution. But |
Also, as the workflow processes user input, we will need to implement input sanitation as mentioned here. |
Hi @rootxrishabh! Why the PR is not merged? I would be happy to know if I can contribute to this! |
Feature Request
Short Description
Making use of github bots to automate some of our maintainer tasks/checks.
Describe the solution you'd like
Having Kubearmor's own github bot would help us in automating tasks like assigning new contributors, similar to this https://github.com/k8s-ci-robot, or the bot I made/used at tremor.rs project
I want people to suggest what they think could be automated in our workflow here :D
The text was updated successfully, but these errors were encountered: