mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
(cherry picked from commitce10a9482a) CI/GitHub: Add action to label pull requests (cherry picked from commit92a289e455) CI/GitHub: Fix github actions syntax (cherry picked from commit0435ecc8f5) CI/GitHub: Rename jobs (cherry picked from commit58013167de)
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 }} |