CI/GitHub: Remove GitHub actions from 3.3.5 branch

This commit is contained in:
jackpoz
2020-06-26 22:42:33 +02:00
parent d526d5d176
commit 6cc2b37c4d

View File

@@ -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 }}