]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] 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:27:12 +0000 (13:27 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 12:27:12 +0000 (12:27 +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 6efd31162ebab6fa35a27c9b60a048d7ddcc2cfe..5b3fd76dc8bee277039994077292b4a4c355e8c3 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