actions-runner-controller/pkg/hookdeliveryforwarder
Salman Chishti a325cc745a
Small readme updates for readability (#3860)
2025-03-10 22:43:02 +01:00
..
cmd Changes to folder structure to allow multigroups and changed go mod name (#2105) 2022-12-28 09:38:34 +09:00
configmap Bump go version and all direct dependencies to newest for k8s compatibility (#2947) 2023-11-14 16:19:43 +01:00
README.md Small readme updates for readability (#3860) 2025-03-10 22:43:02 +01:00
checkpointer.go Add POC of GitHub Webhook Delivery Forwarder (#682) 2021-07-14 10:18:55 +09:00
config.go Changes to folder structure to allow multigroups and changed go mod name (#2105) 2022-12-28 09:38:34 +09:00
forwarder.go Use head_branch metric (#2549) 2023-05-28 16:36:55 +09:00
hooks.go Use head_branch metric (#2549) 2023-05-28 16:36:55 +09:00
hooks_deliveries.go Use head_branch metric (#2549) 2023-05-28 16:36:55 +09:00
logger.go Add POC of GitHub Webhook Delivery Forwarder (#682) 2021-07-14 10:18:55 +09:00
multiforwarder.go Use head_branch metric (#2549) 2023-05-28 16:36:55 +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 that introduced it.

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