From 76bb40035c1967d9516cffad16d76c96aab217d3 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Wed, 31 Jan 2024 14:32:27 +0300 Subject: [PATCH] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (GH-114791) (cherry picked from commit 1c2ea8b33c6b1f995db0aca0b223a9cc22426708) Co-authored-by: Nikita Sobolev Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- .github/workflows/require-pr-label.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index 6efd31162ebab6..5b3fd76dc8bee2 100644 --- a/.github/workflows/require-pr-label.yml +++ b/.github/workflows/require-pr-label.yml @@ -11,6 +11,7 @@ permissions: jobs: label: name: DO-NOT-MERGE / unresolved review + if: github.repository_owner == 'python' runs-on: ubuntu-latest timeout-minutes: 10