Sha256: f929750b05af5459485e516f87ebdc692905e094b6406cdba0d759e9490f9f54

Contents?: true

Size: 1014 Bytes

Versions: 6

Compression:

Stored size: 1014 Bytes

Contents

name: PR reviewing

on:
  pull_request:
    types: [opened, reopened, ready_for_review]
  issue_comment:
jobs:
  pr_agent_job:
    if: ${{ github.event.sender.type != 'Bot' }}
    runs-on: ubuntu-latest
    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:
          GITHUB_TOKEN: ${{ github.token }}
          CONFIG.MODEL: ${{ env.PR_AGENT_MODEL || 'bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0' }}
          CONFIG.MODEL_TURBO: ${{ env.PR_AGENT_MODEL || 'bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0'}}
          AWS_REGION_NAME: ${{ env.PR_AGENT_AWS_REGION || 'us-east-1' }}
          AWS_ACCESS_KEY_ID: ${{ secrets.PR_AGENT_AWS_ACCESS_KEY_ID }}
          AWS_SECRET_ACCESS_KEY: ${{ secrets.PR_AGENT_AWS_SECRET_ACCESS_KEY }}
          pr_description.use_description_markers: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
portal-connectors-0.58.39xc .github/workflows/pr_agent.yml
portal-connectors-0.58.39xb .github/workflows/pr_agent.yml
portal-connectors-0.58.39xa .github/workflows/pr_agent.yml
portal-connectors-0.58.39fj .github/workflows/pr_agent.yml
portal-connectors-0.58.39fg .github/workflows/pr_agent.yml
portal-connectors-0.58.38xn .github/workflows/pr_agent.yml