Skip to content

feat: bump to 1.3, simulate feature being added #17

feat: bump to 1.3, simulate feature being added

feat: bump to 1.3, simulate feature being added #17

name: PR Quality Check
on:
pull_request:
types: [opened, reopened]
jobs:
pr_quality_check:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install anthropic PyGithub
- name: Run PR quality check agent
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
AUTHOR_USERNAME: ${{ github.event.pull_request.user.login }}
AUTHOR_ASSOCIATION: ${{ github.event.pull_request.author_association }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}
REPO_NAME: ${{ github.repository }}
PR_TITLE: ${{ github.event.pull_request.title }}
PR_BODY: ${{ github.event.pull_request.body }}
run: python scripts/pr_checker_agent.py