Skip to content

chore(deps): update dependency ip to >=2.0.1 [security] #156

chore(deps): update dependency ip to >=2.0.1 [security]

chore(deps): update dependency ip to >=2.0.1 [security] #156

Workflow file for this run

name: "Code Review"
permissions:
contents: read
pull-requests: write
on:
pull_request:
types:
- opened
- reopened
- synchronize
env:
CI: true
NX_VERBOSE_LOGGING: true
GITHUB_ACTOR: stormie-bot
GITHUB_TOKEN: ${{ secrets.STORMIE_GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main