Add Plexus .github - #21
Conversation
as it is used in Plexus project and therefore nice to have it at hand when working on GH workflows.
| <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' /> |
There was a problem hiding this comment.
can we call it github instead of .github in the directory tree?
There was a problem hiding this comment.
I was thinking about dot.github (have seen that on other repositories to make it visible). What's your opinion?
There was a problem hiding this comment.
I was thinking about
dot.github(have seen that on other repositories to make it visible). What's your opinion?
Any opinion about this, @hboutemy ? I am fine with both, it was just a thought.
There was a problem hiding this comment.
There was a problem hiding this comment.
Pull request overview
Adds the Codehaus Plexus organization’s shared .github repository to this checkout/manifest so contributors have Plexus-wide GitHub Actions workflows available locally alongside other Plexus sources.
Changes:
- Add
plexus/.githubto thedefault.xmlmanifest (remoteplexus). - Update
README.md’s example directory tree to includeplexus/.github.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Documents the additional plexus/.github directory in the resulting checkout layout. |
| default.xml | Adds the codehaus-plexus/.github repository to the Plexus section of the repo manifest. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Closing in favour of #49, which supersedes this PR. #21 was raised from a fork I no longer have write access to and can therefore no longer be updated. #49 is rebased onto current |
as it is used in Plexus projects and therefore nice to have it at hand when working on GH workflows.
Note, this replaces #18 (partially)