Skip to content

fix(ci): stop the verify-status reverse-sync loop (ignore data/_verify/**)#87

Merged
Seungpyo1007 merged 1 commit into
mainfrom
fix/notify-engine-loop
Jun 23, 2026
Merged

fix(ci): stop the verify-status reverse-sync loop (ignore data/_verify/**)#87
Seungpyo1007 merged 1 commit into
mainfrom
fix/notify-engine-loop

Conversation

@Seungpyo1007

Copy link
Copy Markdown
Member

notify-engine re-dispatched techapi-updated on every push to main, including verify-status's own data/_verify/status.json sync commits → endless loop (verify-status + bump-techapi every ~3 min). Add data/_verify/** to paths-ignore so engine-generated sync commits don't trigger a reverse sync. Pairs with TechEngine #36 (idempotent status.json). Refs #1

verify-status (in TechEngine) commits data/_verify/status.json back to TechAPI.
With only TechEngine paths-ignored, that commit re-fired techapi-updated and
looped verify-status every ~3 min. Ignore data/_verify/** so engine-generated
sync commits don't trigger a reverse sync.

Refs #1
@github-actions github-actions Bot added bug Something isn't working ci CI and workflow changes labels Jun 23, 2026
@Seungpyo1007 Seungpyo1007 moved this from Todo to In Progress in TechAPI-Project Jun 23, 2026
@Seungpyo1007 Seungpyo1007 merged commit 50742d3 into main Jun 23, 2026
1 check passed
@Seungpyo1007 Seungpyo1007 deleted the fix/notify-engine-loop branch June 23, 2026 18:18
@github-project-automation github-project-automation Bot moved this from In Progress to Done in TechAPI-Project Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ci CI and workflow changes

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants