[FEATURE] Add DOTNET_AICOMMITMESSAGE_IGNORE_API_ERRORS environment variable to bypass AI API failures gracefully#287
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
DeepSource reviewed changes in the commit range For detailed review results, please see the PR on DeepSource ↗ PR Report CardCode Review Summary
How are these analyzer statuses calculated?Administrators can configure which issue categories are reported and cause analysis to be marked as failed when detected. This helps prevent bad and insecure code from being introduced in the codebase. If you're an administrator, you can modify this in the repository's settings. Code Coverage Summary
➟ Additional coverage metrics may have been reported. See full coverage report ↗ |
|||||||||||||||||||||||||||||||||||||||
…Service.cs [skip ci]
…derTests.cs [skip ci]
🔥 Formatting issues detected
⚡ Please run |
|
DOTNET_AICOMMITMESSAGE_IGNORE_API_ERRORS environment variable to bypass AI API failures gracefullyDOTNET_AICOMMITMESSAGE_IGNORE_API_ERRORS environment variable to bypass AI API failures gracefulli
DOTNET_AICOMMITMESSAGE_IGNORE_API_ERRORS environment variable to bypass AI API failures gracefulliDOTNET_AICOMMITMESSAGE_IGNORE_API_ERRORS environment variable to bypass AI API failures gracefully
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs2026-02-16T06:59:50Z INF scanning for exposed secrets...
6:59AM INF 265 commits scanned.
2026-02-16T06:59:50Z INF scan completed in 76.9ms
2026-02-16T06:59:50Z INF no leaks found
|
|


Resolves #285
Summary
Introduce the DOTNET_AICOMMITMESSAGE_IGNORE_API_ERRORS environment variable to allow graceful fallback when AI API calls fail.
Changes