Skip to content

Remove terraform dependabot and rename template file #2

Remove terraform dependabot and rename template file

Remove terraform dependabot and rename template file #2

Workflow file for this run

on:
pull_request:
types: [opened, reopened, ready_for_review]
jobs:
pr_agent_job:
if: ${{ github.event.sender.type != 'Bot' }}
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
issues: write
pull-requests: write
contents: write
name: Run pr agent on every pull request, respond to user comments
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG.MODEL: "gpt-4o-mini"
CONFIG.MODEL_TURBO: "gpt-4o-mini"
PR_DESCRIPTION.publish_labels: false
PR_REVIEW.INLINE_CODE_COMMENTS: true