Copilot commented on code in PR #49:
URL: https://github.com/apache/maven-sources/pull/49#discussion_r3665130365
##########
default.xml:
##########
@@ -155,6 +155,7 @@
<project path='svn/doxia-ide'
name='maven-doxia-ide.git' revision='trunk' />
<project path='plexus/codehaus-plexus.github.io'
name='codehaus-plexus.github.io.git' remote='plexus' revision='source' />
+ <project path='plexus/github' name='.github.git'
remote='plexus' />
Review Comment:
This new manifest entry omits an explicit `revision`, while nearby entries
typically pin a branch (e.g., `revision='trunk'` / `revision='source'`). If the
manifest tooling defaults to the remote’s default branch, this can lead to
unexpected checkouts if the default branch changes. Consider setting `revision`
explicitly (to the intended branch for `.github`) to make the checkout
deterministic and consistent with surrounding entries.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]