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:
@@ -15,3 +15,7 @@ class RequestActionSource(XmlModel):
|
||||
rev: Optional[str] = Field(
|
||||
xml_attribute=True,
|
||||
)
|
||||
|
||||
repository: Optional[str] = Field(
|
||||
xml_attribute=True,
|
||||
)
|
||||
|
Reference in New Issue
Block a user