pr-agent/pr_agent
Ori Kotek b67d06ae59
"Add fallback to environment variables in GitHub Action Runner"
A new function `get_setting_or_env` was implemented to facilitate fetching of either settings or environmental variables in the GitHub Action Runner. This was necessary to resolve an issue where a certain undefined behaviour occurs in GitHub Actions, leading to an attribute error. The new function also provides a default value parameter to ensure the return of a value even in failed attempts to fetch from either settings or environment variables.
2023-11-29 11:47:52 +02:00
..
agent Refactor CLI argument handling and request processing 2023-11-12 16:11:34 +02:00
algo s 2023-11-26 16:42:41 +02:00
git_providers feat: Enhance inline comment publishing in Bitbucket provider and add logging for no suggestions in pr_code_suggestions.py 2023-11-28 18:29:35 +02:00
log Refactor logging system to use custom logger across the codebase 2023-10-16 14:56:00 +03:00
secret_providers Enhance logging in bitbucket_app, gitlab_webhook, and google_cloud_storage_secret_provider with JSON format and additional context 2023-10-18 16:44:03 +03:00
servers "Add fallback to environment variables in GitHub Action Runner" 2023-11-29 11:47:52 +02:00
settings feat: Add line link generation in git providers and refactor code suggestions generation 2023-11-26 11:57:45 +02:00
tools Merge pull request #485 from Codium-ai/tr/bitbucket 2023-11-28 08:35:40 -08:00
__init__.py Initial commit - PR-Agent OSS release 2023-07-06 00:21:08 +03:00
cli.py Merge branch 'main' into tr/pydantic 2023-11-25 21:36:16 -08:00
config_loader.py Add /generate_labels function + fix issues 2023-10-26 23:28:33 +03:00