Skip to content

build(deps): bump itertools from 0.10.5 to 0.12.1 #38

build(deps): bump itertools from 0.10.5 to 0.12.1

build(deps): bump itertools from 0.10.5 to 0.12.1 #38

Workflow file for this run

name: Code Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [ opened, reopened, edited, synchronize ]
branches: [ dev ]
jobs:
cr:
runs-on: ubuntu-latest
steps:
- name: ChatGPT CodeReviewer
uses: anc95/ChatGPT-CodeReview@v1.0.11
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}