Remove workflow \& add private contributions

This commit is contained in:
Parker M. 2025-03-31 18:13:32 -05:00
parent 4d44318634
commit 385c7f2961
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E
2 changed files with 38 additions and 71 deletions

View File

@ -1,35 +0,0 @@
# Visit https://github.com/lowlighter/metrics#-documentation for full reference
name: Metrics
on:
schedule: [{cron: "0 0 * * *"}]
workflow_dispatch:
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: lowlighter/metrics@master
with:
# Your GitHub token
# The following scopes are required:
# - public_access (default scope)
# The following additional scopes may be required:
# - read:org (for organization related metrics)
# - read:user (for user related data)
# - read:packages (for some packages related data)
# - repo (optional, if you want to include private repositories)
token: ${{ secrets.METRICS_TOKEN }}
# Options
user: PacketParker
template: classic
base: header
config_timezone: America/Chicago
commits_authoring: PacketParker, contact@pkrm.dev, Parker M, Parker M., Parker
plugin_languages: true
plugin_languages_limit: 4
plugin_languages_indepth: true
plugin_languages_details: lines, bytes-size
plugin_languages_indepth_custom: packetparker/cs312, packetparker/cs314

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="224" class="">
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="240" class="">
<defs>
<style/>
</defs>
@ -25,6 +25,12 @@
</svg>
Followed by 7 users
</div>
<div class="field hire">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
<path fill-rule="evenodd" d="M6.75 0A1.75 1.75 0 005 1.75V3H1.75A1.75 1.75 0 000 4.75v8.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3H11V1.75A1.75 1.75 0 009.25 0h-2.5zM9.5 3V1.75a.25.25 0 00-.25-.25h-2.5a.25.25 0 00-.25.25V3h3zM5 4.5H1.75a.25.25 0 00-.25.25V6a2 2 0 002 2h9a2 2 0 002-2V4.75a.25.25 0 00-.25-.25H5zm-1.5 5a3.484 3.484 0 01-2-.627v4.377c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V8.873a3.484 3.484 0 01-2 .627h-9z"/>
</svg>
Available for hire!
</div>
</section>
<section>
<div class="field calendar">
@ -43,7 +49,7 @@
<rect class="day" x="150" y="0" width="11" height="11" fill="#216e39" rx="2" ry="2"/>
<rect class="day" x="165" y="0" width="11" height="11" fill="#40c463" rx="2" ry="2"/>
<rect class="day" x="180" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
<rect class="day" x="195" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
<rect class="day" x="195" y="0" width="11" height="11" fill="#9be9a8" rx="2" ry="2"/>
</g>
</svg>
</div>
@ -66,18 +72,42 @@
</section>
<section class="column">
<h3 class="field">Most used languages</h3>
<small>estimation from 1.02mb of code in 1311 edited files across 544 commits</small>
<small>estimation from 10.2mb of code in 1377 edited files across 550 commits</small>
<svg class="bar" xmlns="http://www.w3.org/2000/svg" width="460" height="8">
<mask id="languages-bar">
<rect x="0" y="0" width="460" height="8" fill="white" rx="5"/>
</mask>
<rect mask="url(#languages-bar)" x="0" y="0" width="0" height="8" fill="#d1d5da"/>
<rect mask="url(#languages-bar)" x="0" y="0" width="329.0496710684149" height="8" fill="#3572A5"/>
<rect mask="url(#languages-bar)" x="329.0496710684149" y="0" width="108.49534386415833" height="8" fill="#e34c26"/>
<rect mask="url(#languages-bar)" x="437.5450149325732" y="0" width="17.33143309908926" height="8" fill="#ededed"/>
<rect mask="url(#languages-bar)" x="454.87644803166245" y="0" width="5.123551968337498" height="8" fill="#663399"/>
<rect mask="url(#languages-bar)" x="0" y="0" width="279.9783179775476" height="8" fill="#b07219"/>
<rect mask="url(#languages-bar)" x="279.9783179775476" y="0" width="158.56826470945467" height="8" fill="#3572A5"/>
<rect mask="url(#languages-bar)" x="438.5465826870022" y="0" width="12.177592698627523" height="8" fill="#e34c26"/>
<rect mask="url(#languages-bar)" x="450.72417538562974" y="0" width="9.27582461437024" height="8" fill="#ededed"/>
</svg>
<div class="row fill-width">
<section>
<div class="field language details">
<div class="field">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
<path fill="#b07219" fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"/>
</svg>
Java
</div>
<small>
<div>27.3k lines</div>
</small>
</div>
<div class="field language details">
<div class="field">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
<path fill="#e34c26" fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"/>
</svg>
HTML
</div>
<small>
<div>877 lines</div>
</small>
</div>
</section>
<section>
<div class="field language details">
<div class="field">
@ -87,8 +117,7 @@
Python
</div>
<small>
<div>15.8k lines</div>
<div>551 kB</div>
<div>14.5k lines</div>
</small>
</div>
<div class="field language details">
@ -100,33 +129,6 @@
</div>
<small>
<div>1.37k lines</div>
<div>29 kB</div>
</small>
</div>
</section>
<section>
<div class="field language details">
<div class="field">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
<path fill="#e34c26" fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"/>
</svg>
HTML
</div>
<small>
<div>5.95k lines</div>
<div>181 kB</div>
</small>
</div>
<div class="field language details">
<div class="field">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
<path fill="#663399" fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"/>
</svg>
CSS
</div>
<small>
<div>587 lines</div>
<div>8.59 kB</div>
</small>
</div>
</section>

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB