Add GitHub automation tools and custom structure templates#62
Merged
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #62 +/- ##
=======================================
Coverage 60.20% 60.20%
=======================================
Files 21 21
Lines 980 980
Branches 141 141
=======================================
Hits 590 590
Misses 365 365
Partials 25 25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
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.