diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 000000000..9d8356d7f --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,7 @@ +addReviewers: true +reviewers: + - iCrawl + - SpaceEEC + - kyranet + - vladfrangu +numberOfReviewers: 0 diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/pr-automation.yml similarity index 67% rename from .github/workflows/auto-labeler.yml rename to .github/workflows/pr-automation.yml index f4ae002b1..c575a2fea 100644 --- a/.github/workflows/auto-labeler.yml +++ b/.github/workflows/pr-automation.yml @@ -1,4 +1,4 @@ -name: 'PR Labeler' +name: 'PR Automation' on: pull_request_target: jobs: @@ -10,3 +10,6 @@ jobs: with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true + + - name: Automatically assign reviewers + uses: kentaro-m/auto-assign-action@v1.1.2