From dfee4e0be5bc1cdb056e00d3f9d553bafa7744ff Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 11 Dec 2024 13:38:33 -0800 Subject: [PATCH 1/3] Update CODEOWNERS --- .github/CODEOWNERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3d1b740d57be..b569c1e0fc50 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,16 +1,16 @@ # Protect `.github` folder except the spell-check rules inside it. (The exception happens by not defining any owner user or group for the path.) # Protection of the spell-check rules makes no sense as it needs to be changed in nearly every PR. -/.github/ @crutkas @DHowett @ethanfangg +/.github/ @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot /.github/actions/spell-check/ # locking down pipeline folder -/.pipelines/ @crutkas @DHowett @ethanfangg +/.pipelines/ @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot # locking down nuget config -nuget.config @crutkas @DHowett @ethanfangg -packages.config @crutkas @DHowett @ethanfangg +nuget.config @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot +packages.config @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot # locking down files that should not change -LICENSE @crutkas @DHowett @ethanfangg -SECURITY.md @crutkas @DHowett @ethanfangg -CODE_OF_CONDUCT.md @crutkas @DHowett @ethanfangg +LICENSE @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot +SECURITY.md @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot +CODE_OF_CONDUCT.md @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot From e2511f9856c0d5717001a695cc3390e7e98d8ce0 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 11 Dec 2024 13:42:58 -0800 Subject: [PATCH 2/3] Update names.txt --- .github/actions/spell-check/allow/names.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/spell-check/allow/names.txt b/.github/actions/spell-check/allow/names.txt index 1281869385e5..18f4851157fa 100644 --- a/.github/actions/spell-check/allow/names.txt +++ b/.github/actions/spell-check/allow/names.txt @@ -87,6 +87,7 @@ Howett htcfreek Huynh Ionut +jamrobot Jaswal jefflord Jordi From 4048d977de2c29290c2f42aa5de822b47d1f8bed Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 11 Dec 2024 13:50:44 -0800 Subject: [PATCH 3/3] Update CODEOWNERS --- .github/CODEOWNERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b569c1e0fc50..96e0bafa150d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,16 +1,16 @@ # Protect `.github` folder except the spell-check rules inside it. (The exception happens by not defining any owner user or group for the path.) # Protection of the spell-check rules makes no sense as it needs to be changed in nearly every PR. -/.github/ @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot +/.github/ @microsoft/powertoys-code-owners /.github/actions/spell-check/ # locking down pipeline folder -/.pipelines/ @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot +/.pipelines/ @microsoft/powertoys-code-owners # locking down nuget config -nuget.config @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot -packages.config @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot +nuget.config @microsoft/powertoys-code-owners +packages.config @microsoft/powertoys-code-owners # locking down files that should not change -LICENSE @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot -SECURITY.md @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot -CODE_OF_CONDUCT.md @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot +LICENSE @microsoft/powertoys-code-owners +SECURITY.md @microsoft/powertoys-code-owners +CODE_OF_CONDUCT.md @microsoft/powertoys-code-owners