mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
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. |
||
|---|---|---|
| .. | ||
| atlassian-connect.json | ||
| bitbucket_app.py | ||
| bitbucket_server_webhook.py | ||
| gerrit_server.py | ||
| github_action_runner.py | ||
| github_app.py | ||
| github_polling.py | ||
| gitlab_webhook.py | ||
| help.py | ||
| serverless.py | ||
| utils.py | ||