mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
15 lines
337 B
YAML
15 lines
337 B
YAML
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
issue_labeler:
|
|
if: github.repository == 'TrinityCore/TrinityCore'
|
|
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 }} |