chore: Replace PR linter workflow with AGENTS.md instructions (FAC-814)#12
Conversation
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ 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: Repository: facioquo/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches✨ Simplify code
Comment |
Up to standards ✅🟢 Issues
|
Co-Authored-By: Paperclip <noreply@paperclip.ing>
There was a problem hiding this comment.
Pull request overview
Replaces the automated PR-title lint workflow with documented PR title conventions for AI agents via a root AGENTS.md, as part of the FAC-814 org-wide cleanup.
Changes:
- Added
AGENTS.mddocumenting Conventional Commits-style PR title requirements and label-based exceptions. - Removed
.github/workflows/lint-pull-request.ymlthat previously enforced PR title formatting via GitHub Actions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| AGENTS.md | Documents PR title conventions (format, allowed types, and label-based exceptions) for agent-driven contributions. |
| .github/workflows/lint-pull-request.yml | Removed PR-title linting workflow in favor of documented guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Removes
.github/workflows/lint-pull-request.ymland replaces it with a rootAGENTS.mdfile that captures PR title conventions for AI agents.This is part of the org-wide cleanup tracked in [FAC-814] — board-approved via approval
8cf810ad.Changes
.github/workflows/lint-pull-request.ymlAGENTS.mdwith PR title conventionsReferences