Skip to content

Commit

Permalink
CODEOWNERS: Make Alex the new owner
Browse files Browse the repository at this point in the history
As in a474b4d.

Signed-off-by: Mike Petersen <[email protected]>
  • Loading branch information
Mike Petersen authored and mike-petersen-ni committed Dec 11, 2023
1 parent 7845a92 commit 694edf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}'
body: 'Automated updates to published pages from ${{ github.sha }}'
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Default code owner for the repository
* @mike-petersen-ni
* @amstewart

0 comments on commit 694edf2

Please sign in to comment.