diff options
author | jackpoz <giacomopoz@gmail.com> | 2020-06-26 22:42:33 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2020-06-26 22:57:24 +0200 |
commit | 6cc2b37c4d906704e05e66fda9db1ed694756bd4 (patch) | |
tree | 4f4391ad6a2c7840688ab0b8f03dff3ef572ce2f | |
parent | d526d5d1765a6468d9acb585b3e60c08352edf55 (diff) |
CI/GitHub: Remove GitHub actions from 3.3.5 branch
-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 |