-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
fix: support github server url for pushing to fork #1318
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
peter-evans
force-pushed
the
serverurl
branch
from
November 22, 2022 02:22
f575106
to
9c41f91
Compare
Full test suite slash command (repository admin only)
|
/test repository=peter-evans/create-pull-request ref=serverurl build=true |
peter-evans
changed the title
feat: support github server url for pushing to fork
fix: support github server url for pushing to fork
Nov 24, 2022
I think this change should be considered a fix, not a new feature. I didn't intend for it not to work for self-hosted GitHub server, and I think this is a relatively small change to resolve the issue. |
fuxingloh
referenced
this pull request
in levaintech/keychain
Jun 19, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-pull-request](https://togithub.com/peter-evans/create-pull-request) | action | patch | `v4.2.1` -> `v4.2.4` | --- ### Release Notes <details> <summary>peter-evans/create-pull-request</summary> ### [`v4.2.4`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v4.2.4): Create Pull Request v4.2.4 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4) ⚙️ Patches some recent security vulnerabilities. ##### What's Changed - Update concepts-guidelines.md by [@​chrisbruford](https://togithub.com/chrisbruford) in [https://github.com/peter-evans/create-pull-request/pull/1610](https://togithub.com/peter-evans/create-pull-request/pull/1610) - 58 dependency updates by [@​dependabot](https://togithub.com/dependabot) ##### New Contributors - [@​chrisbruford](https://togithub.com/chrisbruford) made their first contribution in [https://github.com/peter-evans/create-pull-request/pull/1610](https://togithub.com/peter-evans/create-pull-request/pull/1610) **Full Changelog**: peter-evans/create-pull-request@v4.2.3...v4.2.4 ### [`v4.2.3`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v4.2.3): Create Pull Request v4.2.3 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3) ##### What's Changed - fix: add check for missing token input by [@​peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/1324](https://togithub.com/peter-evans/create-pull-request/pull/1324) **Full Changelog**: peter-evans/create-pull-request@v4.2.2...v4.2.3 ### [`v4.2.2`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v4.2.2): Create Pull Request v4.2.2 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v4.2.1...v4.2.2) ##### What's Changed - fix: support github server url for pushing to fork by [@​peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/1318](https://togithub.com/peter-evans/create-pull-request/pull/1318) ##### New Contributors - [@​kevinzhu-sa](https://togithub.com/kevinzhu-sa) made their first contribution in [https://github.com/peter-evans/create-pull-request/pull/1315](https://togithub.com/peter-evans/create-pull-request/pull/1315) **Full Changelog**: peter-evans/create-pull-request@v4.2.1...v4.2.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/levaintech/keychain). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aleksandrychev
pushed a commit
to aleksandrychev/create-pull-request
that referenced
this pull request
Mar 4, 2024
* feat: support github server url for pushing to fork (peter-evans#1315) Co-authored-by: Kevin Zhu <[email protected]> * fix: code formatting * test: fix tests for getRemoteUrl Co-authored-by: MildC <[email protected]> Co-authored-by: Kevin Zhu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follows #1315