diff --git a/.gitignore b/.gitignore index ed4a97c..90317be 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /main.db /cache *.pyc +.vscode/ \ No newline at end of file diff --git a/homu/html/queue.html b/homu/html/queue.html index 03c36a4..6b2d16f 100644 --- a/homu/html/queue.html +++ b/homu/html/queue.html @@ -101,6 +101,17 @@ background: #F0DE57; border-color: #8C7E14; } + .riskiness_low { + color: #01CE01; + } + .riskiness_medium { + color: #822a00; + font-weight: 600; + } + .riskiness_high { + color: #de0000; + font-weight: 900; + } .sorting_asc:after { content: " ▲"; } .sorting_desc:after { content: " ▼"; } @@ -136,6 +147,7 @@
This will create a new pull request consisting of 0 PRs.
+Based on the number of PRs and their rollup statuses, this rollup is considered not risky.
A rollup is useful for shortening the queue, but jumping the queue is unfair to older PRs who have waited too long.
When creating a real rollup, see this instruction for reference.
@@ -222,9 +234,38 @@