actions-runner-controller/pkg/hookdeliveryforwarder
Yusuke Kuoka bdcde44642
chore: Bump go-github and minimum GHES version to 3.6 (#1747)
Ref https://github.com/actions-runner-controller/actions-runner-controller/issues/1574
2022-08-24 13:08:40 +09:00
..
cmd Add POC of GitHub Webhook Delivery Forwarder (#682) 2021-07-14 10:18:55 +09:00
configmap Add POC of GitHub Webhook Delivery Forwarder (#682) 2021-07-14 10:18:55 +09:00
README.md Add POC of GitHub Webhook Delivery Forwarder (#682) 2021-07-14 10:18:55 +09:00
checkpointer.go Add POC of GitHub Webhook Delivery Forwarder (#682) 2021-07-14 10:18:55 +09:00
config.go Add POC of GitHub Webhook Delivery Forwarder (#682) 2021-07-14 10:18:55 +09:00
forwarder.go chore: Bump go-github and minimum GHES version to 3.6 (#1747) 2022-08-24 13:08:40 +09:00
hooks.go chore: Bump go-github and minimum GHES version to 3.6 (#1747) 2022-08-24 13:08:40 +09:00
hooks_deliveries.go chore: Bump go-github and minimum GHES version to 3.6 (#1747) 2022-08-24 13:08:40 +09:00
logger.go Add POC of GitHub Webhook Delivery Forwarder (#682) 2021-07-14 10:18:55 +09:00
multiforwarder.go chore: Bump go-github and minimum GHES version to 3.6 (#1747) 2022-08-24 13:08:40 +09:00
signal.go Add POC of GitHub Webhook Delivery Forwarder (#682) 2021-07-14 10:18:55 +09:00

README.md

hookdeliveryforwarder is currently in a Proof-of-Concept phase, not complete, and not supported. That being said, we are likely accept bug reports with concrete reproduction steps, but usage/support issues.

To use this, you need to write some Kubernetes manifest and a container image for deployment.

For other information, please see the original pull request introduced it.

https://github.com/actions-runner-controller/actions-runner-controller/pull/682