diff --git a/pipeline-to-taskrun/OWNERS b/pipeline-to-taskrun/OWNERS new file mode 100644 index 000000000..293ed3d05 --- /dev/null +++ b/pipeline-to-taskrun/OWNERS @@ -0,0 +1,6 @@ +# The OWNERS file is used by prow to automatically merge approved PRs. + +approvers: +- bobcatfish +- jerop +- wlynch diff --git a/pipeline-to-taskrun/README.md b/pipeline-to-taskrun/README.md new file mode 100644 index 000000000..c0945a378 --- /dev/null +++ b/pipeline-to-taskrun/README.md @@ -0,0 +1,5 @@ +# Pipeline to TaskRun + +This project will be a controller that enables an experimental [custom task](https://github.com/tektoncd/pipeline/blob/main/docs/runs.md) +that will allow you to execute a Pipeline (with [limited features](#supported-pipeline-features)) via a TaskRun, enabling you to +run a Pipeline in a pod ([TEP-0044](https://github.com/tektoncd/community/blob/main/teps/0044-decouple-task-composition-from-scheduling.md)).