mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
16 lines
351 B
YAML
16 lines
351 B
YAML
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 }}
|