Skip to content

Bump undici from 5.28.2 to 5.28.4 #210

Bump undici from 5.28.2 to 5.28.4

Bump undici from 5.28.2 to 5.28.4 #210

Workflow file for this run

name: 'code review'
on: # rebuild any PRs and main branch changes
pull_request:
types:
- labeled
permissions:
contents: read
pull-requests: write
jobs:
code-review: # make sure the action works on a clean machine without building
if: ${{ contains( github.event.label.name, 'AutoReview') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
env:
NODE_OPTIONS: '--experimental-fetch'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
model_temperature: 0
model_name: 'gpt-4'
exclude_files: '*.js, *.json, *.md, *.yml, *.js.map, .node-version'