Skip to content

Topic/fix choco winget #2

Topic/fix choco winget

Topic/fix choco winget #2

Workflow file for this run

name: Code Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, reopened]
jobs:
code-review:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ env.APP_ID }}
private-key: ${{ env.PRIVATE_KEY }}
- uses: fitomad/github-chatgpt-integration@main
with:
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
github-token: ${{ steps.app-token.outputs.token }}
github-pr-id: ${{ github.event.number }}
dev-lang: c#
openai-max-tokens: 4096