From d34abcea0fb9899d85312d5a242d369dc6b08d6e Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Tue, 19 Mar 2024 11:18:24 +0100 Subject: [PATCH] Remove useless workflow 'auto-author-assign' --- .github/workflows/auto-author-assign.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/auto-author-assign.yml diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml deleted file mode 100644 index 82adf17..0000000 --- a/.github/workflows/auto-author-assign.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: 'Auto Author Assign' - -on: - pull_request_target: - types: [opened, reopened] - -permissions: - pull-requests: write - -jobs: - assign-author: - runs-on: ubuntu-latest - steps: - - uses: toshimaru/auto-author-assign@v1.6.1