]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (GH-114791...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 Jan 2024 12:32:50 +0000 (13:32 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 12:32:50 +0000 (12:32 +0000)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/workflows/require-pr-label.yml

index 080204bcfd3b94f0fe23854fbe90bbad8bbdadf4..ff5cbdf3eda749a6f68995cdc670e047a437eb41 100644 (file)
@@ -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