CI/GitHub: Add action to label pull requests

This commit is contained in:
jackpoz
2020-05-21 16:43:42 +02:00
parent aedab76a11
commit 92a289e455

14
.github/workflows/pr-labeler.yml vendored Normal file
View 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 }}