add merged pr count to libraries index
This commit is contained in:
parent
b1decb0fd3
commit
a1a8e2edc8
2 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,7 @@
|
|||
"deshipu",
|
||||
"makermelissa"
|
||||
],
|
||||
"merged_pr_count": "5",
|
||||
"library_updates": {
|
||||
"new": {
|
||||
"Adafruit_CircuitPython_Hue": "https://github.com/adafruit/Adafruit_CircuitPython_Hue"
|
||||
|
|
|
|||
|
|
@ -84,14 +84,14 @@ permalink: /libraries
|
|||
</p>
|
||||
<p>
|
||||
Find out more about how you can
|
||||
<a href="{{ "/libraries/contributing" | relative_url }}" title="Contributing Page">contribute to CircuitPython libraries</a>.
|
||||
<a href="{{ "/libraries/contributing" | relative_url }}" title="Contributing Page">contribute to CircuitPython libraries</a>.
|
||||
</p>
|
||||
<h2>Library Activity for Week of {{ site.data.libraries.updated_at | date: "%a, %b %d, %Y" }}</h2>
|
||||
<p>
|
||||
Thank you to all of our contributors!
|
||||
</p>
|
||||
<p>
|
||||
This week there were [x] pull requests merged:
|
||||
This week there were {{ site.data.libraries.merged_pr_count }} pull requests merged:
|
||||
<ul>
|
||||
<li>
|
||||
Authors:
|
||||
|
|
|
|||
Loading…
Reference in a new issue