cloudflavor / oscar

A GitOps automation bot for VCS misc tasks
Apache License 2.0
0 stars 0 forks source link

oscar

Oscar is a bot inspired by Prow. And just like Prow, Oscar is a bot that helps you manage your GitHub repositories. It can answer to commands in the comments of your PRs and Issues such as:

GitHub app

Oscar can be run as a GitHub app. This is the recommended way to run Oscar as it is easier to set up and maintain. Integrating with GitLab and Gitea is planned for the near future.

Cloudflare workers

Oscar's advantage is that it can be deployed and used for free on cloudflare workers. The free tier of cloudflare workers is enough to run Oscar for most repositories (100k requests/day). And in extreme cases, you can always pay for the pro plan or enable load balancing to spread requests across multiple workers.