diff options
Diffstat (limited to 'misc/dashboard/codereview/index.yaml')
| -rw-r--r-- | misc/dashboard/codereview/index.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/dashboard/codereview/index.yaml b/misc/dashboard/codereview/index.yaml new file mode 100644 index 000000000..a87073cc4 --- /dev/null +++ b/misc/dashboard/codereview/index.yaml @@ -0,0 +1,25 @@ +indexes: + +- kind: CL + properties: + - name: Author + - name: Modified + direction: desc + +- kind: CL + properties: + - name: Owner + - name: Modified + direction: desc + +- kind: CL + properties: + - name: Closed + - name: Modified + direction: desc + +- kind: CL + properties: + - name: Reviewer + - name: Modified + direction: desc |
