summaryrefslogtreecommitdiff
path: root/.github/workflows/issue-labeler.yml
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-04-30 00:04:43 +0200
committerGitHub <noreply@github.com>2021-04-30 00:04:43 +0200
commit94785abb8cadbe0ecc9a277871dcf550b6202a05 (patch)
tree9536fdfc81ce2f69a50099545b4fcadc29215e6b /.github/workflows/issue-labeler.yml
parentd79a05314e96dd41443fa0810acd0a79da142646 (diff)
feat(CI): Issue Labeler (#5543)
Diffstat (limited to '.github/workflows/issue-labeler.yml')
-rw-r--r--.github/workflows/issue-labeler.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml
new file mode 100644
index 0000000000..a846175add
--- /dev/null
+++ b/.github/workflows/issue-labeler.yml
@@ -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 }}