diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..21874bc9 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +* @vladfrangu + +/*.ts @discordjs/discord-api-types @discordjs/core +gateway/ @discordjs/discord-api-types @discordjs/core +payloads/ @discordjs/discord-api-types @discordjs/core +rest/ @discordjs/discord-api-types @discordjs/core +rpc/ @discordjs/discord-api-types @discordjs/core +tests/ @discordjs/discord-api-types @discordjs/core +utils/ @discordjs/discord-api-types @discordjs/core +voice/ @discordjs/discord-api-types @discordjs/core diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index e53c75f6..00000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,8 +0,0 @@ -addReviewers: true -reviewers: - - iCrawl - - SpaceEEC - - kyranet - - vladfrangu -numberOfReviewers: 0 -runOnDraft: true diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 5ec93577..3702a4e5 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -12,7 +12,3 @@ jobs: with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true - - - name: Automatically assign reviewers - if: github.event.action == 'opened' - uses: kentaro-m/auto-assign-action@v1.2.4 diff --git a/.prettierignore b/.prettierignore index 838d46d6..ba19d385 100644 --- a/.prettierignore +++ b/.prettierignore @@ -15,3 +15,6 @@ website/build *.js *.d.ts *.mjs + +# Miscellaneous +CODEOWNERS