We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af4aad commit a50173cCopy full SHA for a50173c
.codeowners
@@ -1,2 +1,2 @@
1
# For now, Hans reviews everything
2
-* @BakerNet @zbedforrest
+* @BakerNet @Eleeleth
.github/workflows/codeowners.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: 'Checkout Code Repository'
24
uses: actions/checkout@v5
25
with:
26
+ ref: ${{ github.base_ref }}
27
fetch-depth: 0
28
29
- name: 'Update action.yml to build locally'
0 commit comments