Skip to content

Commit

Permalink
Add missing project event mapping for multiple Anitya versions (#2534)
Browse files Browse the repository at this point in the history
Add missing project event mapping for multiple Anitya versions

Reviewed-by: Nikola Forró
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 19, 2024
2 parents 77c83e4 + 82a39ee commit 90774e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packit_service/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,7 @@ def __repr__(self):
IssueModel,
KojiBuildTagModel,
AnityaVersionModel,
AnityaMultipleVersionsModel,
]

MODEL_FOR_PROJECT_EVENT: Dict[
Expand All @@ -1470,6 +1471,7 @@ def __repr__(self):
ProjectEventModelType.issue: IssueModel,
ProjectEventModelType.koji_build_tag: KojiBuildTagModel,
ProjectEventModelType.anitya_version: AnityaVersionModel,
ProjectEventModelType.anitya_multiple_versions: AnityaMultipleVersionsModel,
}


Expand Down

0 comments on commit 90774e7

Please sign in to comment.