From 59e8b98bef5cee939e684869c3a8bd6ae950ff5b Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sat, 23 May 2020 18:43:28 +0200 Subject: CI/GitHub: Remove PR GitHub Action because of current limitations GitHub Actions triggered when creating a Pull Request receive a read-only token that makes them useless when trying to do anything on GitHub. Useful links: - https://github.com/actions/first-interaction/issues/10 - https://github.com/actions/labeler/issues/12 - https://github.com/actions/labeler#pull-request-labeler --- .github/workflows/pr-labeler.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/pr-labeler.yml (limited to '.github') diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml deleted file mode 100644 index 3df7dea6e69..00000000000 --- a/.github/workflows/pr-labeler.yml +++ /dev/null @@ -1,14 +0,0 @@ -on: - pull_request: - types: [opened] - -jobs: - pr_labeler: - runs-on: ubuntu-latest - name: Pull Request Labeler - steps: - - name: Pull Request Labeler - id: pr-labeler - uses: TrinityCore/GitHub-Actions@pr-labeler-prod - with: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file -- cgit v1.2.3