Files
ThordekkCore/.github/workflows/issue-labeler.yml
T
2026-01-20 21:25:30 -03:00

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 }}