Migrate gh2changelog to monorepo as local submodule#307
Merged
Conversation
…orts Co-authored-by: Songmu <177122+Songmu@users.noreply.github.com>
Co-authored-by: Songmu <177122+Songmu@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Migrate gh2changelog to monorepo management
Migrate gh2changelog to monorepo as local submodule
Feb 14, 2026
…angelog Co-authored-by: Songmu <177122+Songmu@users.noreply.github.com>
Contributor
Author
Done! All three changes have been implemented in commit db394e4:
|
Songmu
requested changes
Feb 14, 2026
Owner
Songmu
left a comment
There was a problem hiding this comment.
- Please use
changelogFileinstead ofchangelogingh2changelog/.tagpr.- Check the tagpr implementation to confirm whether the file path should be relative to
.tagpror the repository root. - Similarly, verify and adjust the path specification for
versionFileto ensure it is correct.
- Check the tagpr implementation to confirm whether the file path should be relative to
- In
.github/workflows/tagpr-gh2changelog.yaml, you do not need to build tagpr; please use the version available on the Marketplace. - In
tagpr-gh2changelog.yaml, set theTAGPR_CONFIG_FILEenvironment variable appropriately so that it correctly readsgh2changelog/.tagpr. @copilot
Co-authored-by: Songmu <177122+Songmu@users.noreply.github.com>
Contributor
Author
All changes completed in commit d0a49b7:
|
Co-authored-by: Songmu <177122+Songmu@users.noreply.github.com>
Contributor
Author
Completed in commit 9160da5:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This was referenced Feb 14, 2026
Merged
Merged
23 tasks
This file contains hidden or 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
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.
Migration of gh2changelog to monorepo
Plan
Key Configuration Details
Path Resolution
When using a custom config file via
TAGPR_CONFIG_FILE, all paths in the configuration (versionFile,changelogFile) must be specified relative to the repository root, not relative to the config file location. This is whygh2changelog/.tagprcontains:versionFile = gh2changelog/version.gochangelogFile = gh2changelog/CHANGELOG.mdAction Pinning
The workflow uses the tagpr marketplace action pinned to a specific commit hash (
78a926ba835e34721053309043aee696ba9c70b1) corresponding to v1.15.0, following security best practices for supply chain protection.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.