-
Notifications
You must be signed in to change notification settings - Fork 0
Add CI/CD workflows and templates from QuickApiMapper reference #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: JerrettDavis <2610199+JerrettDavis@users.noreply.github.com>
Co-authored-by: JerrettDavis <2610199+JerrettDavis@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Test Results1 072 tests 1 072 ✅ 5s ⏱️ Results for commit 202b332. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #73 +/- ##
==========================================
+ Coverage 89.65% 93.97% +4.32%
==========================================
Files 135 135
Lines 10596 10596
Branches 1512 1512
==========================================
+ Hits 9500 9958 +458
+ Misses 715 638 -77
+ Partials 381 0 -381
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Code Coverage |
🔍 PR Validation ResultsVersion: ✅ Validation Steps
📊 ArtifactsDry-run artifacts have been uploaded and will be available for 7 days. This comment was automatically generated by the PR validation workflow. |
Adds standardized GitHub workflows and templates to match the QuickApiMapper reference repository structure.
Workflows
Security & Dependencies
dependency-review.yml- Scans PRs for vulnerable dependencies and GPL licensesupdate-packages.yml- Weekly NuGet package updates via dotnet-outdatedPR Automation
pr-validation.yml- Build, test, documentation, dry-run packaging with summary commentlabeler.yml- Auto-labels by file path and PR size (xs/s/m/l/xl)Maintenance
stale.yml- Marks issues stale after 60d, PRs after 30dTemplates
CODEOWNERS- Auto-assigns @JerrettDavis for reviewsPULL_REQUEST_TEMPLATE.md- Standardized PR structureQUICK_REFERENCE.md- CI/CD workflow documentationdependabot.yml- Weekly grouped dependency updates (Microsoft.*, testing, analyzers)labeler.yml- Path-based label configuration for PatternKit structureIssue Templates
bug_report.yml- Structured bug reports with component selectionfeature_request.yml- Feature requests with priority and contribution optionsAll workflows adapted for PatternKit's structure (Core, Generators, Generators.Abstractions) and .NET 9/10 targets. Compatible with existing GitVersion-based CI pipeline.
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.