diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml deleted file mode 100644 index 93470705..00000000 --- a/.github/workflows/auto-assign.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: "Auto Assign" -on: - pull_request: - types: [opened, ready_for_review] - -jobs: - add-reviews: - runs-on: ubuntu-latest - steps: - - uses: kentaro-m/auto-assign-action@v1.2.4 - with: - addReviewers: true - addAssignees: author - reviewers: - - "grandeljay" - skipKeywords: - - wip