From 1c1f539657739d27d1c273d50f6b689ba3457d78 Mon Sep 17 00:00:00 2001 From: Christie Wilson Date: Tue, 30 Apr 2019 17:00:33 -0700 Subject: [PATCH] Add tektonlistener / eventbinding experiment repo This directory will contain code for the tekton listener / event binding proposal. Fixes https://github.com/tektoncd/community/issues/18 --- tekton-listener/OWNERS | 4 ++++ tekton-listener/README.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 tekton-listener/OWNERS create mode 100644 tekton-listener/README.md diff --git a/tekton-listener/OWNERS b/tekton-listener/OWNERS new file mode 100644 index 000000000..0bb6b82b8 --- /dev/null +++ b/tekton-listener/OWNERS @@ -0,0 +1,4 @@ +# The OWNERS file is used by prow to automatically merge approved PRs. + +approvers: +- iancoffey diff --git a/tekton-listener/README.md b/tekton-listener/README.md new file mode 100644 index 000000000..6c1bf5a26 --- /dev/null +++ b/tekton-listener/README.md @@ -0,0 +1,3 @@ +# Tekton Listener / Event Binding + +TBD: plz fill in @iancoffey :)