From: Nikita Sobolev Date: Wed, 31 Jan 2024 11:32:27 +0000 (+0300) Subject: gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (#114791) X-Git-Tag: v3.13.0a4~236 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c2ea8b33c6b1f995db0aca0b223a9cc22426708;p=thirdparty%2FPython%2Fcpython.git gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (#114791) 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