From cae25824164bc22cae64da7241d38b9e2948d992 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Mon, 18 Nov 2024 13:32:24 +0100 Subject: [PATCH] Run labeler only in php/php-src repository Closes GH-16844 --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7b345a4851b..5b69a75109e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -4,6 +4,7 @@ on: jobs: triage: + if: github.repository == 'php/php-src' permissions: contents: read pull-requests: write