From 053fb85c04b3d539d36cf06649b2427c47118149 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 5 Oct 2021 17:14:41 +0100 Subject: [PATCH] Fix approval rules for GitHub workflows Only SIG Docs leads (chairs + tech leads) should be able to approve changes to workflows. --- .github/workflows/OWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/OWNERS b/.github/workflows/OWNERS index 404875fc2e..c31fa3a256 100644 --- a/.github/workflows/OWNERS +++ b/.github/workflows/OWNERS @@ -3,6 +3,9 @@ # When modifying this file, consider the security implications of # allowing listed reviewers / approvals to modify or remove any # configured GitHub Actions. +# +options: + no_parent_owners: true reviewers: - sig-docs-leads