mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
14 lines
282 B
YAML
14 lines
282 B
YAML
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
issue_labeler:
|
|
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 }} |