Skip to content

Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in /fsm-cli #97

Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in /fsm-cli

Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in /fsm-cli #97

Workflow file for this run

# Automated PR Review from ChatGPT
#
# Copyright (c) 2023 AlertAvert.com. All rights reserved.
# Author: Marco Massenzio (marco@alertavert.com)
#
# See: https://github.com/fluxninja/openai-pr-reviewer
name: Code Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
pull_request_review_comment:
types: [created]
concurrency:
group:
${{ github.repository }}-${{ github.event.number || github.head_ref ||
github.sha }}-${{ github.workflow }}-${{ github.event_name ==
'pull_request_review_comment' && 'pr_comment' || 'pr' }}
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}
jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: fluxninja/openai-pr-reviewer@0.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: false
review_comment_lgtm: false