diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-01-31 12:32:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 12:32:50 (GMT) |
commit | 8e323cb68bae9681dcd38a6aa8c37bc0f50de05c (patch) | |
tree | f62e3190a225d676387b43f382e805cd9387e353 | |
parent | 3982049a3054b0503b09d9b9d2a1735a3195048c (diff) | |
download | cpython-8e323cb68bae9681dcd38a6aa8c37bc0f50de05c.zip cpython-8e323cb68bae9681dcd38a6aa8c37bc0f50de05c.tar.gz cpython-8e323cb68bae9681dcd38a6aa8c37bc0f50de05c.tar.bz2 |
[3.11] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (GH-114791) (#114801)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
-rw-r--r-- | .github/workflows/require-pr-label.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index 080204b..ff5cbdf 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 |