Add CI/CD workflows and templates from QuickApiMapper reference#73
Merged
Conversation
Co-authored-by: JerrettDavis <2610199+JerrettDavis@users.noreply.github.com>
Co-authored-by: JerrettDavis <2610199+JerrettDavis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update workflows and templates for the repository
Add CI/CD workflows and templates from QuickApiMapper reference
Jan 13, 2026
JerrettDavis
approved these changes
Jan 13, 2026
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Contributor
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:
|
Contributor
Code Coverage |
Contributor
🔍 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. |
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.
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.