From 4b6c8e8a05cef4b6d8ef70563eb750522deefe59 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 7 Apr 2026 17:15:33 +0100 Subject: [PATCH 1/2] Notify Stan of Docs config changes --- .github/CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 00cc1705..68862b54 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,7 @@ -# Notify @EWDurbin for all opened Issues and Pull Requests +# Notify @JacobCoffee for all opened Issues and Pull Requests * @JacobCoffee + +# Additionally, notify Stan for docs things +.github/workflows/docs-redirects.yml @StanFromIreland @JacobCoffee +salt/docs/* @StanFromIreland @JacobCoffee +tests/docs-redirects/* @StanFromIreland @JacobCoffee \ No newline at end of file From faf5dc086dbfc1af5de4c7173ca903149ea4de11 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 7 Apr 2026 17:17:13 +0100 Subject: [PATCH 2/2] trailing newline --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 68862b54..c3d2af85 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # Additionally, notify Stan for docs things .github/workflows/docs-redirects.yml @StanFromIreland @JacobCoffee salt/docs/* @StanFromIreland @JacobCoffee -tests/docs-redirects/* @StanFromIreland @JacobCoffee \ No newline at end of file +tests/docs-redirects/* @StanFromIreland @JacobCoffee