Skip to content

feat(B): add blacklist extensions files #1

feat(B): add blacklist extensions files

feat(B): add blacklist extensions files #1

Workflow file for this run

name: PR review
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
annotate-pr:
runs-on: ubuntu-latest
name: Add AI comment with review for changes
steps:
- name: AI review
uses: AleksandrFurmenkovOfficial/ai-code-review@main
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 whitelist
#exclude_paths: "test/,docs/" # for example
#exclude_file_extensions: ".md" # for example blacklist