CI/GitHub: Add another Pull Request labeler as cron job

This commit is contained in:
jackpoz
2020-05-23 23:22:54 +02:00
parent 59e8b98bef
commit ebb6f12db8

15
.github/workflows/pr-labeler.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
on:
schedule:
- cron: '*/5 * * * *'
jobs:
pr_labeler:
if: github.repository == 'TrinityCore/TrinityCore'
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 }}