mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
CI/GitHub: Add action to label pull requests
This commit is contained in:
14
.github/workflows/pr-labeler.yml
vendored
Normal file
14
.github/workflows/pr-labeler.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
tag_issues:
|
||||
runs-on: ubuntu-latest
|
||||
name: Pull Request Labeler
|
||||
steps:
|
||||
- name: Pull Request Labeler
|
||||
id: pr-labeler
|
||||
uses: TrinityCore/GitHub-Actions@pr-labeler-prod
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user