-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-114790: Do not execute workflows/require-pr-label.yml
on forks
#114791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense to me
Co-authored-by: Hugo van Kemenade <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…orks (pythonGH-114791) (cherry picked from commit 1c2ea8b) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
…orks (pythonGH-114791) (cherry picked from commit 1c2ea8b) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
GH-114800 is a backport of this pull request to the 3.12 branch. |
GH-114801 is a backport of this pull request to the 3.11 branch. |
…forks (GH-114791) (#114800) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
…forks (GH-114791) (#114801) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
…orks (python#114791) Co-authored-by: Hugo van Kemenade <[email protected]>
Sadly, we cannot completely skip it on
on:
level, but we can skip it onjobs:
level.require-pr-label.yml
should not be executed on forks #114790