diff options
-rw-r--r-- | .github/workflows/issue-labeler.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml deleted file mode 100644 index 0eaf1c8376b..00000000000 --- a/.github/workflows/issue-labeler.yml +++ /dev/null @@ -1,14 +0,0 @@ -on: - issues: - types: [opened] - -jobs: - issue_labeler: - runs-on: ubuntu-latest - name: Issue Labeler - steps: - - name: Issue Labeler - id: issue-labeler - uses: TrinityCore/GitHub-Actions@issue-labeler-prod - with: - token: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file |