From a87ab5fb237c332f5dce589e106fa2555b1f2d23 Mon Sep 17 00:00:00 2001 From: Sylvie Date: Tue, 15 Oct 2024 16:41:31 -0500 Subject: [PATCH] add helpful comments for posterity Co-Authored-By: Samuel Aquino Co-Authored-By: jherrflexion <118225331+jherrflexion@users.noreply.github.com> Co-Authored-By: Bella L. Quintero <96704946+pluckyswan@users.noreply.github.com> --- .github/workflows/pr_agent.yml | 5 +++++ .pr_agent.toml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/pr_agent.yml b/.github/workflows/pr_agent.yml index eed7d3bf9..aa14bb692 100644 --- a/.github/workflows/pr_agent.yml +++ b/.github/workflows/pr_agent.yml @@ -1,5 +1,10 @@ name: Perry the PR Agent Platypus +# Config for this action lives in .pr_agent.toml, but only the version on +# main is read - you'll need to merge config changes before they take effect. +# You can test config changes by making them in the `env` section below, but +# should then move them to the config file for consistency/readability + on: pull_request: issue_comment: diff --git a/.pr_agent.toml b/.pr_agent.toml index 7f76243e9..e760b5bcd 100644 --- a/.pr_agent.toml +++ b/.pr_agent.toml @@ -1,4 +1,6 @@ # See https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml for all possible config options +# The pr_agent.yml action reads this file from the `main` branch, so changes to this file +# will not take effect until they are merged into main [config] model="gpt-4" # the OpenAI model you've deployed on Azure (e.g. gpt-3.5-turbo)