1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-11-28 07:19:53 +01:00

Fix after PullRequestReview cleanup - submitted_at property wasn't renamed to created_at

This commit is contained in:
2025-11-04 18:14:45 +01:00
parent 19888de1f1
commit 08ad0319c6

View File

@@ -155,7 +155,7 @@ class PullRequestDumpCommand(osc.commandline_git.GitObsCommand):
{
"state": state_map[review_obj.state],
"who": review_obj.who,
"created": review_obj.submitted_at,
"created": review_obj.created_at,
"when": review_obj.updated_at,
"comment": review_obj.body,
}