From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:27:12 +0000 (+0100) Subject: [3.12] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (GH-114791... X-Git-Tag: v3.12.2~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e06cce36ad4ff8f35e6a6c05ee1afb5ee1f8031;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (GH-114791) (#114800) Co-authored-by: Nikita Sobolev Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index 6efd31162eba..5b3fd76dc8be 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