From 4fb872ef3aada7ca9e64b464af9bd5c4f3d232f2 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Wed, 10 Aug 2022 18:50:18 +0100 Subject: [PATCH] Remove Label & Assign Using https://github.com/pydantic/hooky instead --- .github/workflows/label-assign.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/label-assign.yml diff --git a/.github/workflows/label-assign.yml b/.github/workflows/label-assign.yml deleted file mode 100644 index 061460567f..0000000000 --- a/.github/workflows/label-assign.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Label & Assign - -on: - issue_comment: - types: [created, edited] -# https://github.com/orgs/community/discussions/26651 pull_request_review runs in the context of the PR, -# so doesn't have permission to add labels or reassign -# pull_request_review: -# types: [submitted, edited] - -permissions: - pull-requests: write - -jobs: - label-and-assign: - if: ${{ github.event.issue.pull_request }} - runs-on: ubuntu-latest - steps: - - uses: docker://samuelcolvin/label-and-assign:latest - with: - token: ${{ secrets.GITHUB_TOKEN }} - reviewers: samuelcolvin,PrettyWood,hramezani - awaiting_update_label: 'awaiting author revision' - awaiting_review_label: 'ready for review'