Crypto fns and moving example app to examples folder #946
This file contains 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
name: AI Code Review | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
jobs: | |
ai_code_review: | |
runs-on: ubuntu-latest | |
steps: | |
- name: AI Code Review | |
uses: AleksandrFurmenkovOfficial/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
openai_api_key: ${{ secrets.OPENAI_API_KEY }} | |
owner: ${{ github.repository_owner }} | |
repo: ${{ github.event.repository.name }} | |
pr_number: ${{ github.event.number }} | |
#file_extensions: ".py,.js,.html" # for example | |
#exclude_paths: "test/,docs/" # for example |