From f56887f70dec1d70655268e774bba35125a18cf8 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:22:57 -0700 Subject: [PATCH 1/2] Temp update --- .github/policies/disallow-edits.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index ee9f6a9089f..57db3fc16b7 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -11,6 +11,9 @@ configuration: - isAction: action: Opened - or: + - filesMatchPattern: + pattern: + - xml/NewFolder/* - includesModifiedFiles: files: - xml/Microsoft.Extensions*/* From c211bfa67bc47401d86f63a83a29280400034a72 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:25:07 -0700 Subject: [PATCH 2/2] Update disallow-edits.yml --- .github/policies/disallow-edits.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index 57db3fc16b7..daad0073abd 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -12,8 +12,7 @@ configuration: action: Opened - or: - filesMatchPattern: - pattern: - - xml/NewFolder/* + pattern: xml/NewFolder/* - includesModifiedFiles: files: - xml/Microsoft.Extensions*/*