mirror of
https://github.com/openSUSE/osc.git
synced 2025-11-25 22:26:29 +01:00
Fix 'git-obs pr dump' to skip the dump if the target has the same updated_at timestamp as the pull request in Gitea
This commit is contained in:
@@ -154,6 +154,10 @@ class PullRequest(GiteaModel):
|
||||
def state(self) -> str:
|
||||
return self._data["state"]
|
||||
|
||||
@property
|
||||
def updated_at(self) -> str:
|
||||
return self._data["updated_at"]
|
||||
|
||||
@property
|
||||
def user(self) -> str:
|
||||
return self._data["user"]["login"]
|
||||
|
||||
Reference in New Issue
Block a user