From 611735ef83f88358bd2ca86bdfbfe46a22de7d97 Mon Sep 17 00:00:00 2001 From: Glenruben Date: Fri, 10 Nov 2023 14:27:27 +0100 Subject: [PATCH] Fix auto-assign setup, using app instead of actions (#859) --- .github/workflows/action.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/action.yml diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml deleted file mode 100644 index 83529cff..00000000 --- a/.github/workflows/action.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: "Auto Assign" -on: - pull_request_target: - types: [opened] - -permissions: - pull-requests: write - contents: write - -jobs: - dependabot: - runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' }} - steps: - - name: Dependabot metadata - id: dependabot-metadata - uses: dependabot/fetch-metadata@v1.6.0 - with: - github-token: "${{ secrets.GITHUB_TOKEN }}" - - name: Assign PR - uses: kentaro-m/auto-assign-action@v1.2.5 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }}