From 3f70cb07e32f50c75a756ad87506609a43035e15 Mon Sep 17 00:00:00 2001 From: CoderDeltaLan Date: Wed, 17 Sep 2025 02:58:50 +0100 Subject: [PATCH 1/3] docs(sponsor): enable GitHub Sponsors panel + README badge --- .github/FUNDING.yml | 6 +++--- README.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 3701e4c..98c2567 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,3 @@ -custom: ["https://www.paypal.com/donate/?hosted_button_id=YVENCBNCZWVPW"] -# Si te unes a GitHub Sponsors, descomenta: -# github: CoderDeltaLAN +github: CoderDeltaLAN +custom: + - https://www.paypal.com/donate/\?hosted_button_id\=YVENCBNCZWVPW diff --git a/README.md b/README.md index 5a5bcc3..a44dc4b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A lean, production-grade **Python CLI** that ingests **ai-patch-verifier (APV)** [![Release](https://img.shields.io/github/v/release/CoderDeltaLAN/diff-risk-dashboard?display_name=tag)](https://github.com/CoderDeltaLAN/diff-risk-dashboard/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![Sponsor](https://img.shields.io/github/sponsors/CoderDeltaLAN?style=for-the-badge&label=Sponsor)](https://github.com/sponsors/CoderDeltaLAN) --- From 360a3fac6ce57eb720c3d4e9948a169755ba4217 Mon Sep 17 00:00:00 2001 From: CoderDeltaLan Date: Wed, 17 Sep 2025 04:51:08 +0100 Subject: [PATCH 2/3] docs(readme): add PayPal donate badge + repo views --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a44dc4b..de2fde4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # ⭐ diff-risk-dashboard — APV → Risk Summary (Python CLI) +[![Donate - PayPal](https://img.shields.io/badge/Donate-PayPal-0070ba?logo=paypal&logoColor=white)](https://www.paypal.com/donate/?hosted_button_id=YVENCBNCZWVPW) +[![Repo views](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FCoderDeltaLAN%2Fdiff-risk-dashboard&count_bg=%230070BA&title_bg=%23000000&icon=github.svg&icon_color=%23FFFFFF&title=views&edge_flat=true)](https://hits.seeyoufarm.com) A lean, production-grade **Python CLI** that ingests **ai-patch-verifier (APV)** JSON and outputs a clear **risk summary** in **JSON** or **Markdown**. From 82066a4e8e02080685d8116a936800d005d7f0da Mon Sep 17 00:00:00 2001 From: CoderDeltaLan Date: Wed, 17 Sep 2025 04:53:14 +0100 Subject: [PATCH 3/3] ci: trigger checks for PR #84