feat(status.app): add crawlable pagination to the blog, tag and author archives #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # AI PR review. The reviewer lives in acid-info/ai-review -- edit it there. | |
| # Trigger: comment "/ai-review" on any PR. This file must be on the default branch. | |
| name: AI PR Review | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| jobs: | |
| review: | |
| uses: acid-info/ai-review/.github/workflows/ai-review.yml@v1 | |
| secrets: | |
| ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} | |
| OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} |