feat: add agent-shield.yml compliance workflow#74
Conversation
Adds the required Agent Shield workflow as a thin caller that delegates to the org-level reusable workflow. Resolves the compliance finding for missing-agent-shield.yml. 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 7 minutes and 16 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 |
|
Hi @don-petry — this PR adds the required |
|
There was a problem hiding this comment.
Pull request overview
Adds the missing required Agent Shield GitHub Actions workflow as a thin-caller that delegates execution to the org-level reusable workflow, bringing the repo into compliance with the CI standards referenced in issue #57.
Changes:
- Add
.github/workflows/agent-shield.ymlthin-caller workflow invokingpetry-projects/.github/.github/workflows/agent-shield-reusable.yml@main - Configure triggers for
pull_requestandpushonmain, with least-privilege token permissions set at the job level
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Closing as stale — predates the standards PR. This PR was generated by Claude during the original bulk-toggle yesterday, before petry-projects/.github#86 landed. That standards PR added prompt rules that:
Re-toggling the underlying issue will let Claude regenerate this fix using the new rules. The next run should produce a workflow that is byte-identical to the standard template (verified with the canary on TalkTerm#51 → PR #78 yesterday). |


Summary
agent-shield.ymlworkflow as a thin caller delegating to the org-level reusable workflow (agent-shield-reusable.yml)claude.yml,feature-ideation.yml)Changes
.github/workflows/agent-shield.yml— new thin-caller workflowCloses #57
Generated with Claude Code