aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pr-labeler.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml
index 7dcc85deaac..88cfc15b408 100644
--- a/.github/workflows/pr-labeler.yml
+++ b/.github/workflows/pr-labeler.yml
@@ -1,10 +1,9 @@
on:
- schedule:
- - cron: '*/5 * * * *'
+ pull_request_target:
+ types: [opened]
jobs:
pr_labeler:
- if: github.repository == 'TrinityCore/TrinityCore'
runs-on: ubuntu-latest
name: Pull Request Labeler
steps: