From 819a2543189cc7d10be1dd9da19a77132e293185 Mon Sep 17 00:00:00 2001 From: Dibyo Mukherjee Date: Fri, 16 Jul 2021 14:56:22 -0400 Subject: [PATCH] [workflows] Add initial OWNERS and Readme Signed-off-by: Dibyo Mukherjee --- workflows/OWNERS | 7 +++++++ workflows/README.md | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 workflows/OWNERS create mode 100644 workflows/README.md 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