Logs
Patchset ps-19
REVIEW
lgtm
Eric Bower
fix: insert repoID with pr creation
jolheiser
pr.go
+11
-8
lgtm
thanks! jolheiser (1): fix: insert repoID with pr creation pr.go | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) base-commit: dc33a1fb8df6734297a961cd08dc6e5b4f08730a -- 2.45.2
fix: insert repoID with pr creation
We need to add the repoID when a new pr is created. As well, all NullXXX when inserting should be set to Valid. Signed-off-by: jolheiser <git@jolheiser.com>
pr.go
link
+11
-8
+11
-8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
|