From a50173c3b45b0a7e97feb203f1650321accacb53 Mon Sep 17 00:00:00 2001 From: BakerNet Date: Thu, 30 Oct 2025 15:26:06 -0700 Subject: [PATCH 1/2] Use base branch for ownership --- .codeowners | 2 +- .github/workflows/codeowners.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeowners b/.codeowners index 9cb0383..9cd5b20 100644 --- a/.codeowners +++ b/.codeowners @@ -1,2 +1,2 @@ # For now, Hans reviews everything -* @BakerNet @zbedforrest +* @BakerNet @Eleeleth diff --git a/.github/workflows/codeowners.yml b/.github/workflows/codeowners.yml index dee7659..dfa4ccd 100644 --- a/.github/workflows/codeowners.yml +++ b/.github/workflows/codeowners.yml @@ -23,6 +23,7 @@ jobs: - name: 'Checkout Code Repository' uses: actions/checkout@v5 with: + ref: ${{ github.base_ref }} fetch-depth: 0 - name: 'Update action.yml to build locally' From 6fcefa81e0fb284cf8ad8a4e38cec4ba601b33bf Mon Sep 17 00:00:00 2001 From: BakerNet Date: Thu, 30 Oct 2025 15:33:06 -0700 Subject: [PATCH 2/2] Add CODEOWNERS to test how GH handles it --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..0511e6d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +.github/ @Eleeleth