Files
TrinityCore/.github/workflows/issue-labeler.yml
jackpoz f46c84fd9e CI/GitHub: Add action to label issues
(cherry picked from commit ce10a9482a)

CI/GitHub: Add action to label pull requests

(cherry picked from commit 92a289e455)

CI/GitHub: Fix github actions syntax

(cherry picked from commit 0435ecc8f5)

CI/GitHub: Rename jobs

(cherry picked from commit 58013167de)
2020-05-23 18:15:28 +02:00

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