diff --git a/workflows/OWNERS b/workflows/OWNERS new file mode 100644 index 000000000..6062e30bc --- /dev/null +++ b/workflows/OWNERS @@ -0,0 +1,7 @@ +approvers: +- dibyom +- bobcatfish + +reviewers: +- dibyom +- bobcatfish diff --git a/workflows/README.md b/workflows/README.md new file mode 100644 index 000000000..af2ed992e --- /dev/null +++ b/workflows/README.md @@ -0,0 +1,6 @@ +# Tekton Workflows + +Workflows is an experimental concept for grouping other Tekton primitves(such as Pipelines and Triggers) in order to simplify CI/CD configuration. + +See the proposal in tektoncd/community#464 for more details. +TBD: Details on the WG