[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 |
|
|
Overall Grade |
Security Reliability Complexity Hygiene Coverage |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Code coverage | Apr 20, 2026 7:12a.m. | Review ↗ | |
| Secrets | Apr 20, 2026 7:12a.m. | Review ↗ | |
| Docker | Apr 20, 2026 7:12a.m. | Review ↗ | |
| C# | Apr 20, 2026 7:12a.m. | Review ↗ |
Code Coverage Summary
| Language | Line Coverage (New Code) | Line Coverage (Overall) |
|---|---|---|
| Aggregate | 14.3% |
46.1% [▼ down 0.9% from main] |
| C# | 14.3% |
46.1% [▼ down 0.9% from main] |
➟ Additional coverage metrics may have been reported. See full coverage report ↗
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
…Service.cs [skip ci]
…derTests.cs [skip ci]
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
|
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| CodeStyle | 1 minor |
🟢 Metrics 9 complexity · 0 duplication
Metric Results Complexity 9 Duplication 0
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
|
@gstraccini csharpier |
|
Running CSharpier on this branch! 🔧 |
|
✅ CSharpier result: |
|
ℹ️ Workflow Template updated! A new workflow template has been added: |
|
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs2026-05-18T13:09:19Z INF scanning for exposed secrets...
1:09PM INF 292 commits scanned.
2026-05-18T13:09:19Z INF scan completed in 79.7ms
2026-05-18T13:09:19Z 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