auto commands in github action

This commit is contained in:
mrT23
2023-09-25 18:01:32 +03:00
parent ba78475944
commit 8f81c18647
2 changed files with 16 additions and 1 deletions

View File

@ -58,6 +58,11 @@ extra_instructions = ""
deployment_type = "user"
ratelimit_retries = 5
[github_action]
# auto_review = true # set as env var in .github/workflows/pr-agent.yml
# auto_describe = true # set as env var in .github/workflows/pr-agent.yaml
# auto_improve = true # set as env var in .github/workflows/pr-agent.yaml
[github_app]
# these toggles allows running the github app from custom deployments
bot_user = "github-actions[bot]"