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/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..0511e6d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +.github/ @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'