From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:32:50 +0000 (+0100) Subject: [3.11] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (GH-114791... X-Git-Tag: v3.11.8~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e323cb68bae9681dcd38a6aa8c37bc0f50de05c;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (GH-114791) (#114801) 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 080204bcfd3b..ff5cbdf3eda7 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