name: Auto Review
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@master
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
**/*.py
- uses: andrewnester/autoreview@master
with:
apiKey: ${{ secrets.OpenAIKey }}
files: env.GIT_DIFF
- uses: mshick/add-pr-comment@v2
with:
message: ${{ steps.selftest.outputs.review_comment }}
generated from jacobtomlinson/python-container-action
-
Notifications
You must be signed in to change notification settings - Fork 1
License
andrewnester/autoreview
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published