mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
CI/GitHub: Add another Pull Request labeler as cron job
This commit is contained in:
15
.github/workflows/pr-labeler.yml
vendored
Normal file
15
.github/workflows/pr-labeler.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user