From a19de88c0c876fb545ccf02c5505e870fb9e0e4b 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 --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7b345a4851b9..5b69a75109e0 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