ci: add agent-shield.yml workflow - #97
Conversation
Closes #74 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a new GitHub Actions workflow file that serves as a thin caller to an organization-level reusable workflow. The workflow triggers on push and pull request events to the main branch, delegating execution to the organization's centralized agent-shield reusable workflow. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Self-review complete. The file was copied verbatim from the org standard template at
@don-petry — as CODEOWNERS for |
|
There was a problem hiding this comment.
Pull request overview
Adds the missing required AgentShield GitHub Actions workflow to bring the repo into compliance by delegating execution to the org-standard reusable workflow in petry-projects/.github.
Changes:
- Introduces
.github/workflows/agent-shield.ymlas a thin-caller workflow. - Triggers AgentShield on
pushandpull_requestevents targetingmain. - Sets minimal workflow permissions (
contents: read) and delegates topetry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


Summary
agent-shield.ymlworkflow, copied verbatim from the org standard template atpetry-projects/.github/standards/workflows/agent-shield.ymlpetry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1pushandpull_requesttomain, withcontents: readpermissions onlyCloses #74
Generated with Claude Code
Summary by CodeRabbit