1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-28 14:27:13 +02:00

Extend RequestActionSource with 'repository' attribute

It is a private patch/extension now, to be upstreamed soon.
This commit is contained in:
2024-11-11 13:40:24 +01:00
parent 31f65dd37e
commit 0b0bff4976
2 changed files with 5 additions and 1 deletions

View File

@@ -15,3 +15,7 @@ class RequestActionSource(XmlModel):
rev: Optional[str] = Field(
xml_attribute=True,
)
repository: Optional[str] = Field(
xml_attribute=True,
)