Fix campaign orchestrator tracker label convention: campaign: → z_campaign_ #11441
+82
−5
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.
Campaign orchestrator was using
campaign:security-alert-burndownlabel convention, yielding 0 discovery matches. Discovery script generates and searches forz_campaign_<campaign-id>labels, and worker workflows tag items with this prefix.Changes
Campaign spec (
.github/workflows/security-alert-burndown.campaign.md): Updatedtracker-labelfromcampaign:security-alert-burndown→z_campaign_security-alert-burndownValidation (
pkg/campaign/validation.go): Enforcesz_campaign_prefix instead ofcampaign:prefixTests (
pkg/campaign/validation_test.go): AddedTestValidateSpec_TrackerLabelFormatcovering prefix validationLock file: Recompiled with correct
GH_AW_TRACKER_LABEL: z_campaign_security-alert-burndownDiscovery mechanism in
actions/setup/js/campaign_discovery.cjsline 329 already generates campaign labels asz_campaign_${campaignId.toLowerCase().replace(/[_\s]+/g, "-")}, and worker workflows throughout the codebase use this convention.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.