Skip to content

build(deps-dev): bump @commitlint/cli from 20.4.2 to 20.4.3 #170

build(deps-dev): bump @commitlint/cli from 20.4.2 to 20.4.3

build(deps-dev): bump @commitlint/cli from 20.4.2 to 20.4.3 #170

Workflow file for this run

name: Reviewbot
on:
pull_request_review_comment:
types: [created]
issue_comment:
types: [created]
jobs:
manual_invocation:
if: |
startsWith(github.event.comment.body, '/reviewbot')
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
pull-requests: write
issues: write
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
fetch-tags: true
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: stable
- name: Run reviewbot
run: |
go run ./cmd/reviewbot
env:
GITHUB_REPO: ${{ github.repository }}
GITHUB_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_BASE: https://zohar.automuse.art/v1
OPENAI_API_KEY: ${{ secrets.ZOHAR_API_KEY }}
OPENAI_MODEL: gpt-oss-120b
PR_NUMBER: ${{ github.event.issue.number || github.event.pull_request.number }}