aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2020-06-26 22:56:10 +0200
committerjackpoz <giacomopoz@gmail.com>2020-06-26 22:56:10 +0200
commiteccc015ce7c9d54cb79e113706ef028cfc34b144 (patch)
tree1fc828eefa65d4d15ef0650857d01d75c840532b /.github
parent3421dc129f8cbbb5ba05c7e33f4e9481dd3d94b5 (diff)
CI/GitHub: Execute issue-labeler.yml action only on TC repo
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/issue-labeler.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml
index 0eaf1c8376b..9831456cc27 100644
--- a/.github/workflows/issue-labeler.yml
+++ b/.github/workflows/issue-labeler.yml
@@ -4,6 +4,7 @@ on:
jobs:
issue_labeler:
+ if: github.repository == 'TrinityCore/TrinityCore'
runs-on: ubuntu-latest
name: Issue Labeler
steps: