CI/GitHub: Add action to label issues

This commit is contained in:
jackpoz
2020-05-17 18:57:51 +02:00
parent c77b1f8b11
commit ce10a9482a

14
.github/workflows/issue-labeler.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
on:
issues:
types: [opened]
jobs:
tag_issues:
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 }}