diff --git a/.github/workflows/publish-page.yml b/.github/workflows/publish-page.yml index 15125a9..0fd458d 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: | - echo "* @mike-petersen-ni" > CODEOWNERS + echo "* @amstewart > CODEOWNERS git checkout gh-pages^ -- CNAME - name: Create Pull Request uses: peter-evans/create-pull-request@v4 @@ -29,4 +29,4 @@ jobs: delete-branch: true title: 'gh-pages updates from ${{ github.sha }}' branch: 'dev/automated-updates-${{ github.sha }}' - body: 'Automated updates to published pages from ${{ github.sha }}' \ No newline at end of file + body: 'Automated updates to published pages from ${{ github.sha }}' diff --git a/CODEOWNERS b/CODEOWNERS index 7674952..70e6a48 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # Default code owner for the repository -* @mike-petersen-ni +* @amstewart