fix(ci): project-sync re-syncs Project fields on label edits + Status guard (AI#191) - #318
Open
ignromanov wants to merge 1 commit into
Open
fix(ci): project-sync re-syncs Project fields on label edits + Status guard (AI#191)#318ignromanov wants to merge 1 commit into
ignromanov wants to merge 1 commit into
Conversation
… guard (AI#191) - trigger: opened -> opened,labeled,unlabeled,edited,reopened,transferred - Status=Backlog only on action==opened (no column reset on later edits) - Type=Dev case +refactor +security:hardening +security:audit - remove stale advisor:vox branch (absorbed by Spark 2026-04-23) - Source Repo derived from github.repository (both copies byte-identical)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Fixes the GH Project board auto-fill so fields populate on every label change, not just at issue creation. Found during 2026-06-09 board-field-hygiene triage: 58/161 board items were missing mandatory fields.
Changes (
.github/workflows/project-sync.yml)opened→opened, labeled, unlabeled, edited, reopened, transferredBacklogonly onaction == opened(prevents resetting In-Progress/Done on later edits — the bug that made the trigger-widening unsafe)refactor+security:hardening+security:auditadvisor:voxbranch (absorbed by Spark 2026-04-23)github.repository(both repo copies now byte-identical)Mirror already on
voidpay-ai@master(c7ef05a). Tracking issue: voidpay-ai#191. Reconcile/backfill job deferred as follow-up.Note
Direct push to
developwas avoided because local develop carried an unrelated unpushed commit (295-faqitem-shared-type); this branch isolates only the CI fix.