Skip to content

Commit a845bec

Browse files
committed
track rust-lang/rust-clippy
admittedly I just stole from f4d8472 and zero-initialized the graphs :D (not tested locally)
1 parent 793bf68 commit a845bec

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

ci.sh

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ python3 -m pip install -r requirements.txt
4646
git checkout "${GIT_BRANCH}"
4747
python3 updater.py rust-lang/rust
4848
python3 updater.py rust-lang/crates.io
49+
python3 updater.py rust-lang/rust-clippy
4950

5051

5152
if git diff --quiet data/; then
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
is:open updated:{{param|relative_date}},>1|today,3..1|last 3 days,7..4|last week,14..8|last 2 weeks,30..15|last month,<30|more than a month
2+
2021-10-25,0,0,0,0,0,0

data/rust-lang/rust-clippy/pr-age.csv

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
is:open created:{{param|relative_date}},>1|today,3..1|last 3 days,7..4|last week,14..8|last 2 weeks,30..15|last month,<30|more than a month
2+
2021-10-25,0,0,0,0,0,0
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
is:open label:{{param}},S-waiting-on-author,S-waiting-on-review,S-waiting-on-team,S-blocked,S-waiting-on-bors
2+
2021-10-25,0,0,0,0,0

rust-clippy.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: clippy
3+
repo: rust-lang/rust-clippy
4+
graphs:
5+
pr-status: Pull requests status
6+
pr-activity: Last activity on pull requests
7+
pr-age: Pull requests creation dates
8+
layout: graphs
9+
---

0 commit comments

Comments
 (0)