feat: add agent-shield.yml compliance workflow#81
Conversation
Adds the required AgentShield workflow copied verbatim from the org standards template at petry-projects/.github/standards/workflows/agent-shield.yml. Thin caller that delegates to petry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1. Closes #57 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 9 minutes and 58 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@don-petry — this PR adds the required |
|
There was a problem hiding this comment.
Pull request overview
Adds the missing required AgentShield GitHub Actions workflow to meet org CI compliance standards by delegating execution to the org-level reusable workflow.
Changes:
- Introduces
.github/workflows/agent-shield.ymlas a thin caller workflow. - Configures the workflow to run on
push/pull_requesttomainwith read-onlycontentspermission. - Delegates all scan logic to
petry-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 to bring the repository into compliance with the CI standards requirement for an AgentShield scan.petry-projects/.github/standards/workflows/agent-shield.yml.petry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1).Closes #57
Generated with Claude Code