Skip to content

Conversation

lgallard
Copy link
Owner

@lgallard lgallard commented Sep 1, 2025

Summary

Fixes the automated issue creation failure in the AWS Backup Feature Discovery workflow by replacing invalid labels with valid repository labels.

Problem

The workflow was failing with label validation errors:

  • aws-provider-update - label doesn't exist
  • auto-discovered - label doesn't exist
  • needs-triage - label doesn't exist

This prevented automated GitHub issue creation when new AWS Backup features were discovered.

Solution

Replaced invalid labels with valid repository labels:

  • enhancement - already valid
  • aws-backup - exists in repository
  • features - exists in repository
  • terraform - exists in repository

Test plan

  • Verify labels exist in repository (gh repo view --json labels)
  • Test label combination works with issue creation
  • Run workflow end-to-end to confirm automated issue creation succeeds
  • Verify all 5 pending discovered features get processed correctly

Impact

Enables automated GitHub issue creation for discovered AWS Backup features, completing the feature discovery workflow functionality.

Replaces 'aws-provider-update', 'auto-discovered', and 'needs-triage'
with 'aws-backup', 'features', and 'terraform' to prevent label
validation errors during automated issue creation.
@lgallard lgallard merged commit 1afb0da into master Sep 1, 2025
36 checks passed
@lgallard lgallard deleted the fix/workflow-label-validation branch September 1, 2025 19:58
@github-actions github-actions bot mentioned this pull request Sep 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant