Skip to content

[Snyk] Security upgrade golang from 1.21 to 1.22.7 #26

[Snyk] Security upgrade golang from 1.21 to 1.22.7

[Snyk] Security upgrade golang from 1.21 to 1.22.7 #26

Workflow file for this run

on:
pull_request:
jobs:
pr_agent_job:
runs-on: ubuntu-latest
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.GH_TOKEN }}
OPENAI.ORG: ${{ secrets.OPENAI_ORG }}
PR_REVIEWER.REQUIRE_TESTS_REVIEW: "false" # Disable tests review
PR_CODE_SUGGESTIONS.NUM_CODE_SUGGESTIONS: 20