chore: add codeowners

This commit is contained in:
iCrawl
2023-04-16 22:38:38 +02:00
parent 0a1701b046
commit f1b2dec8e1
3 changed files with 28 additions and 17 deletions

View File

@@ -1,17 +0,0 @@
name: 'PR Triage'
on:
pull_request_target:
jobs:
pr-triage:
name: PR Triage
runs-on: ubuntu-latest
steps:
- name: Automatically label PR
uses: actions/labeler@v4
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.3