diff options
Diffstat (limited to '.github/workflows/pr-labeler.yml')
-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 |