An open API service indexing awesome lists of open source software.

https://github.com/adamantal/github-pr-controller

Sync your Github Repositories and Pull Requests with Kubernetes custom resources
https://github.com/adamantal/github-pr-controller

controller github kubernetes pullrequest repository

Last synced: 11 days ago
JSON representation

Sync your Github Repositories and Pull Requests with Kubernetes custom resources

Awesome Lists containing this project

README

          

# GitHub PR Controller

This Kubernetes controller creates custom resources based on GitHub repositories and pull requests.
The created resources can be further used by downstream controllers or applications to make complex tasks that Github Workflows are not capable of doing.

## TODOs

- admission webhook to forbid changes of repository and pull requests fields
- set up github workflows
- create deployable helm chart
- trigger reconcile of repository when pullrequest cr change
- handle closing pull request