Skip to content

[Snyk] Upgrade vue-demi from 0.14.5 to 0.14.6 #144

[Snyk] Upgrade vue-demi from 0.14.5 to 0.14.6

[Snyk] Upgrade vue-demi from 0.14.5 to 0.14.6 #144

Workflow file for this run

name: Capgo PR Code Review via Open AI
permissions:
checks: write
contents: read
pull-requests: write
on:
pull_request_target:
types:
- opened
- synchronize
jobs:
review-and-score:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{github.event.pull_request.head.ref}}
submodules: false
- uses: unsafecoerce/chatgpt-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: false
action: review
path_filters: '**/*'
review_comment_lgtm: false
- uses: unsafecoerce/chatgpt-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: false
action: score
path_filters: '**/*'