feat(CI): Issue Labeler (#5543)

This commit is contained in:
Kitzunu
2021-04-30 00:04:43 +02:00
committed by GitHub
parent d79a05314e
commit 94785abb8c

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

@@ -0,0 +1,15 @@
on:
issues:
types: [opened]
jobs:
issue_labeler:
if: github.repository == 'azerothcore/azerothcore-wotlk'
runs-on: ubuntu-latest
name: Issue Labeler
steps:
- name: Issue Labeler
id: issue-labeler
uses: azerothcore/GitHub-Actions@issue-labeler-1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}