Skip to content

Bump webpack-merge from 5.10.0 to 6.0.1 #9

Bump webpack-merge from 5.10.0 to 6.0.1

Bump webpack-merge from 5.10.0 to 6.0.1 #9

Workflow file for this run

name: Code Review
on:
pull_request:
branches:
- master
types:
- opened
- synchronize
- ready_for_review
- reopened
paths-ignore:
- 'source/posts/**'
jobs:
code_review:
if: ${{ github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Code Review GPT
uses: mattzcarey/code-review-gpt@v0.1.9
with:
MODEL: 'gpt-4o-mini'
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GITHUB_TOKEN: ${{ github.token }}