Summary
The daily API tracker workflow runs successfully but doesn't notify anyone when upstream API differences are detected. The if: failure() condition never triggers because the tracker exits 0 even when differences exist.
Current Behavior
- Tracker compares local vs upstream APIs
- Outputs JSON report to logs
- Always exits 0 (success)
- No issue created, no notification
Desired Behavior
- When differences are detected, automatically create a GitHub issue
- Deduplicate issues using SHA256 fingerprint of the diff (first 7 chars in title)
- Include terse summary in issue body
- Attach full JSON report as artifact
- Skip issue creation if matching fingerprint issue already exists (prevents spam if maintainer is busy)
Acceptance Criteria
Summary
The daily API tracker workflow runs successfully but doesn't notify anyone when upstream API differences are detected. The
if: failure()condition never triggers because the tracker exits 0 even when differences exist.Current Behavior
Desired Behavior
Acceptance Criteria
hash:XXXXXXXin title