diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index cf004b55697c..000000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -* @Spotinst/team-bigdata -/.github/ @Spotinst/team-bigdata-devops \ No newline at end of file diff --git a/.github/workflows/enforce-label.yml b/.github/workflows/enforce-label.yml deleted file mode 100644 index 79b6f0eab6c4..000000000000 --- a/.github/workflows/enforce-label.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Enforce PR label - -on: - pull_request_target: - types: [labeled, unlabeled, opened, edited, synchronize] -jobs: - enforce-label: - runs-on: ubuntu-latest - permissions: - pull-requests: write - steps: - - name: enforce-triage-label - uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1 diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000000..efb06a3043f0 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +* @Spotinst/team-bigdata +/.github/ @Spotinst/team-bigdata-devops +CODEOWNERS @Spotinst/team-bigdata-devops \ No newline at end of file