From a474b4d3f9f153ac0faac34b182362d8e578fbd6 Mon Sep 17 00:00:00 2001 From: Charlie Johnston Date: Mon, 25 Sep 2023 14:51:58 -0500 Subject: [PATCH] CODEOWNERS: Make Mike the new owner. Added Mike as the new codeowner. To preserve the code owner for the publishing PRs as just Mike, the workflow was also updated to explicitly push him only as the code owner. Otherwise, all code owners would be added to the publishing PRs. Signed-off-by: Charlie Johnston --- .github/workflows/publish-page.yml | 2 +- CODEOWNERS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-page.yml b/.github/workflows/publish-page.yml index 2364f11..15125a9 100644 --- a/.github/workflows/publish-page.yml +++ b/.github/workflows/publish-page.yml @@ -19,7 +19,7 @@ jobs: documentation_path: './docs/source' - name: Preserve Configuration Files run: | - git checkout main -- CODEOWNERS + echo "* @mike-petersen-ni" > CODEOWNERS git checkout gh-pages^ -- CNAME - name: Create Pull Request uses: peter-evans/create-pull-request@v4 diff --git a/CODEOWNERS b/CODEOWNERS index 5a6b994..7674952 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # Default code owner for the repository -* @SparkingSpork +* @mike-petersen-ni