From 7b9eb0c553dedec05218c01ec8aa99378dee9361 Mon Sep 17 00:00:00 2001 From: Lee Bernick Date: Fri, 17 Jun 2022 11:04:21 -0400 Subject: [PATCH] Add wlynch to entrypoint OWNERS wlynch is a Pipelines reviewer with significant famililarity/contributions to the entrypoint. Our [contributor ladder](https://github.com/tektoncd/community/blob/main/process.md#reviewer) states that reviewers "Can be allowed to /approve pull requests in specific sub-directories of a project (by maintainer discretion)". However, this isn't frequently done in Pipelines in practice. This change will allow us to experiment with more directory-based permissions as a potential pathway for growing reviewers and approvers for Pipelines. --- pkg/entrypoint/OWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pkg/entrypoint/OWNERS diff --git a/pkg/entrypoint/OWNERS b/pkg/entrypoint/OWNERS new file mode 100644 index 00000000000..09165a58056 --- /dev/null +++ b/pkg/entrypoint/OWNERS @@ -0,0 +1,4 @@ +approvers: +- wlynch +labels: +- area/entrypoint \ No newline at end of file