diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2024-01-31 11:32:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 11:32:27 (GMT) |
commit | 1c2ea8b33c6b1f995db0aca0b223a9cc22426708 (patch) | |
tree | 7582c55a9e1d742e19dd3fa41537398a2855a170 /.github/workflows | |
parent | 25ce7f872df661de9392122df17111c75c77dee0 (diff) | |
download | cpython-1c2ea8b33c6b1f995db0aca0b223a9cc22426708.zip cpython-1c2ea8b33c6b1f995db0aca0b223a9cc22426708.tar.gz cpython-1c2ea8b33c6b1f995db0aca0b223a9cc22426708.tar.bz2 |
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>
Diffstat (limited to '.github/workflows')
-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 |