Backport #27284 by @lunny Fix #27268 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
f0045f4113
commit
283b19bad5
15 changed files with 21 additions and 27 deletions
|
@ -44,5 +44,3 @@ rules:
|
||||||
ignore: |
|
ignore: |
|
||||||
.venv
|
.venv
|
||||||
node_modules
|
node_modules
|
||||||
/models/fixtures
|
|
||||||
/models/migrations/fixtures
|
|
||||||
|
|
|
@ -135,4 +135,3 @@
|
||||||
user_id: 31
|
user_id: 31
|
||||||
repo_id: 28
|
repo_id: 28
|
||||||
mode: 4
|
mode: 4
|
||||||
|
|
||||||
|
|
|
@ -150,6 +150,7 @@
|
||||||
content: "review approved by user20"
|
content: "review approved by user20"
|
||||||
updated_unix: 946684833
|
updated_unix: 946684833
|
||||||
created_unix: 946684833
|
created_unix: 946684833
|
||||||
|
|
||||||
-
|
-
|
||||||
id: 18
|
id: 18
|
||||||
type: 4
|
type: 4
|
||||||
|
@ -169,4 +170,3 @@
|
||||||
content: "review request for user15"
|
content: "review request for user15"
|
||||||
updated_unix: 946684835
|
updated_unix: 946684835
|
||||||
created_unix: 946684835
|
created_unix: 946684835
|
||||||
|
|
||||||
|
|
|
@ -26,4 +26,3 @@
|
||||||
id: 5
|
id: 5
|
||||||
issue_id: 2
|
issue_id: 2
|
||||||
label_id: 87
|
label_id: 87
|
||||||
|
|
||||||
|
|
|
@ -23,4 +23,3 @@
|
||||||
id: 5
|
id: 5
|
||||||
repo_id: 3
|
repo_id: 3
|
||||||
org_id: 0
|
org_id: 0
|
||||||
|
|
||||||
|
|
|
@ -28,4 +28,3 @@
|
||||||
attestation_type: 'fido-u2f'
|
attestation_type: 'fido-u2f'
|
||||||
sign_count: 1
|
sign_count: 1
|
||||||
clone_warning: false
|
clone_warning: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue