This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Releases: repo-sync/pull-request
Releases · repo-sync/pull-request
Release v2.12.1
What's Changed
Full Changelog: v2.12...v2.12.1
Release v2.12
What's Changed
Full Changelog: v2...v2.12
Release v2.11
What's Changed
- Add logging by @wei in #117
- Support fetching existing PR by @wei in #117
- Add new
pr_created
flag by @wei in #117 - Fix the bug in v2.10 where fetch origin remote url fails
- docs: add @arizonaherbaltea as a contributor for code by @allcontributors in #118
Full Changelog: v2.10...v2.11
Release v2.10 (Broken)
What's Changed
- Add third-party repository support by @m4heshd in #69
- docs: add m4heshd as a contributor for code by @allcontributors in #115
New Contributors
Full Changelog: v2.9...v2.10
Release v2.9
What's Changed
- docs: bump actions/checkout to v3 by @wei
- feat: make docker deployment optional by @wei
- feat: auto detect default
github_token
by @privatenumber in #98
New Contributors
- @privatenumber made their first contribution in #98
Full Changelog: v2.8...v2.9
Release v2.8
What's Changed
- feat: switch action to use docker image from ghcr by @wei in #109
- feat: add docker deployment by @wei in #108
Full Changelog: v2.7....v2.8
Release v2.7
What's Changed
- fix error: "Aborted: could not find any git remote pointing to a GitHub repository" by @hrtshu in #93
- Change set-output to $GITHUB_OUTPUT by @jw-maynard in #105
- Change testing repo link to use https rather than http by @mattcharlton in #96
- docs: add hrtshu as a contributor for code by @allcontributors in #106
- docs: add jw-maynard as a contributor for code by @allcontributors in #107
New Contributors
- @hrtshu made their first contribution in #93
- @jw-maynard made their first contribution in #105
- @mattcharlton made their first contribution in #96
Full Changelog: v2...v2.7
v2.6.2
fix: remote URL for GitHub server
The hard coded part github.com
in the Git remote URL does not work on GitHub enterprise instances. Updated to use GITHUB_SERVER_URL
environment variable.
feat: add has_changed_files output
v2.6 feat: update has_changed_files output