feat(CI): Issue Labeler (#5543)
This commit is contained in:
parent
d79a05314e
commit
94785abb8c
1 changed files with 15 additions and 0 deletions
15
.github/workflows/issue-labeler.yml
vendored
Normal file
15
.github/workflows/issue-labeler.yml
vendored
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue