Add GitHub Actions instructions for repository workflows#430
Add GitHub Actions instructions for repository workflows#430WilliamBerryiii merged 5 commits intomicrosoft:mainfrom
Conversation
|
Hi @Sylvie1711, thank you for taking the time to contribute to what may be your first PR (congrats on taking this step!). It looks like the PR currently contains an empty file. For this reason, I've marked this PR as Draft so you can continue work before asking for a review. The instructions file needs the actual content outlined in issue #317, including:
Typical PR workflow for this repo:
Suggestion: Use the RPI Agent To help you create a complete implementation, try invoking our The RPI (Research → Plan → Implement) workflow will research the codebase patterns, create an implementation plan, and generate the content following our conventions. Resources: Let me know if you'd like guidance walking through the RPI workflow, and thanks again for your interest in contributing! |
|
Hi @katriendg, thanks for the clarification. I’ve added the full instructions content per issue #317 and incorporated the requested sections. Please let me know if there’s any additional feedback or changes you’d like me to make. |
|
The instructions file was populated in commit 68867a8 (54 lines added). i've marked it ready for review, Thanks. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #430 +/- ##
==========================================
- Coverage 76.22% 76.19% -0.03%
==========================================
Files 20 20
Lines 3503 3503
==========================================
- Hits 2670 2669 -1
- Misses 833 834 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Thank you for the continued work on this PR, @Sylvie1711! We're looking forward to moving this forward. One remaining step before we can proceed with the review: we need you to sign the Contributor License Agreement (CLA). The Once the CLA is signed, we can continue with the review process. Let us know if you have any questions! |
|
@microsoft-github-policy-service agree |
|
@WilliamBerryiii Please let me know if anything else is required. Thanks. |
|
Thank you @Sylvie1711 for this contribution! 🎉 This is a great addition to the repository — having well-documented GitHub Actions conventions and security requirements will help every contributor and tool that touches our workflows. Appreciate you taking the time to put this together and iterate on the review feedback. Welcome to hve-core! 🚀 |
|
Thanks you @agreaves-ms @WilliamBerryiii and @katriendg for the pointers, review and help. Looking forward to contributing more. |
Pull Request
Description
This PR adds repository-specific GitHub Actions instructions under
.github/instructions/.The instructions document existing conventions and security requirements observed across current workflows and are intended to guide contributors and tooling when authoring or modifying GitHub Actions.
Related Issue(s)
Fixes #317
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
Testing
Not applicable. Documentation-only change.
Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations
Additional Notes
None.