Skip to content

Conversation

costaconrado
Copy link
Contributor

This PR introduces a command called sync_errata that is able to collect and link a single errata for fixing minor data inconsistencies.

@costaconrado costaconrado added the technical For PRs that introduce changes not worthy of a CHANGELOG entry label May 6, 2025
@costaconrado costaconrado force-pushed the sync-errata branch 2 times, most recently from 424345c to 2a9aff3 Compare May 6, 2025 14:05
@costaconrado costaconrado requested a review from a team May 6, 2025 14:12
Copy link
Contributor

@osoukup osoukup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +20 to +21
erratum_json_list = [get_erratum(errata_id) for errata_id in args]
link_bugs_to_errata(erratum_json_list)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might not be ideal for longer lists as any random failure during the process of getting the errata from ET would just fail the whole syncing process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical For PRs that introduce changes not worthy of a CHANGELOG entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants