-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Auto-close PRs on subtree-splits #4042
Conversation
--- | ||
Please submit your PR here instead: | ||
{$mainRepo} | ||
This repository is what we call a "subtree split": a read-only subset of that main repository. |
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.
missing blank line before :)
However, you should instead open your PR on the main repository: | ||
{$mainRepo} |
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.
However, you should instead open your PR on the main repository: | |
{$mainRepo} | |
However, you should instead open your PR on the main repository: | |
{$mainRepo} | |
- name: Fetch branch from where the PR started | ||
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* | ||
|
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.
- name: Fetch branch from where the PR started | |
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* |
state: "closed" | ||
}); | ||
} | ||
EOTXT |
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.
EOTXT | |
EOTXT |
2f03eb6
to
b212f1b
Compare
Thank you @kbond. |
Reverted |
* 3.x: Bump version Prepare the 3.10.0 release Update CHANGELOG Fix markup Revert "minor #4042 Auto-close PRs on subtree-splits (kbond)" Fix typo
Same as symfony/symfony#54653