diff options
author | jackpoz <giacomopoz@gmail.com> | 2020-05-23 18:43:28 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2020-05-23 18:44:18 +0200 |
commit | cbd6c89822afc07b45a2703cfbeaf11cb9db81bd (patch) | |
tree | 1df2ed7d53882d072c3234464868364bf79c01be /.github | |
parent | f46c84fd9ea763a3fe962e3bab32e0d4b9d718ff (diff) |
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
(cherry picked from commit 59e8b98bef5cee939e684869c3a8bd6ae950ff5b)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pr-labeler.yml | 14 |
1 files changed, 0 insertions, 14 deletions
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 |