Add GitHub automation tools and custom structure templates #62
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.
Issue
Closes #61 - Enhance STRUCT with additional contrib structures for GitHub automation and custom project scaffolding.
Description
This PR introduces several new contrib structures and enhancements to improve GitHub workflow automation and custom project setup capabilities:
🏷️ GitHub Labeler Automation
github/workflows/labelercontrib with better YAML formatting and comprehensive label rulesfeature/*,bug/*,docs/*) and file changes🏗️ Custom Structures Template
project/custom-structuresfor setting up custom structure repositories🤖 GitHub Chat Modes
github/chatmodes/plancontrib for generating implementation plans🔧 Project Integration
.struct.yamlto include the new labeler workflowKey Benefits
Files Changed
.github/labeler.yml- GitHub labeler configuration (generated by workflow).github/workflows/labeler.yaml- GitHub labeler workflow (generated by workflow).struct.yaml- Added labeler workflow to project structurestruct_module/contribs/github/chatmodes/plan.yaml- Planning mode instructionsstruct_module/contribs/github/workflows/labeler.yaml- Enhanced labeler contribstruct_module/contribs/project/custom-structures.yaml- Custom structures templateTesting
Checklist
Additional Comments
This PR significantly enhances the STRUCT tool's capabilities for GitHub automation and custom project scaffolding. The new contrib structures provide valuable templates that can be immediately used by developers to set up better organized and automated projects.
The labeler automation in particular will help maintain consistent PR labeling across projects, while the custom structures template provides a solid foundation for teams wanting to create their own structure repositories with proper DevOps practices built-in.