From 5bb8a301a38965631c6e30b15eab580f7f20be86 Mon Sep 17 00:00:00 2001 From: Deborah Jacob Date: Sat, 7 Feb 2026 09:00:54 -0500 Subject: [PATCH 1/2] chore: remove DCO check from CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not an LF AI & Data member — DCO sign-off not required. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Deborah Jacob --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01ad7c5..b69621a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,18 +89,3 @@ jobs: with: name: dist path: dist/ - - # ------------------------------------------------------------------- - # DCO sign-off check (required by Linux Foundation) - # ------------------------------------------------------------------- - dco: - runs-on: ubuntu-latest - if: github.event_name == 'pull_request' - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: DCO check - uses: christophebedard/dco-check@0.5.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 3c0734e65bfc940c69c717ed557f629144510ca1 Mon Sep 17 00:00:00 2001 From: Deborah Jacob Date: Sat, 7 Feb 2026 12:05:30 -0500 Subject: [PATCH 2/2] chore: restore DCO check, trim README badges to PyPI and Python only Co-Authored-By: Claude Opus 4.6 Signed-off-by: Deborah Jacob --- .github/workflows/ci.yml | 15 +++++++++++++++ README.md | 3 --- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b69621a..4a443ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,3 +89,18 @@ jobs: with: name: dist path: dist/ + + # ------------------------------------------------------------------- + # DCO sign-off check + # ------------------------------------------------------------------- + dco: + runs-on: ubuntu-latest + if: github.event_name == 'pull_request' + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: DCO check + uses: christophebedard/dco-check@0.5.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 0455a84..8bebc94 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # Botanu SDK for Python -[![CI](https://github.com/botanu-ai/botanu-sdk-python/actions/workflows/ci.yml/badge.svg)](https://github.com/botanu-ai/botanu-sdk-python/actions/workflows/ci.yml) [![PyPI version](https://img.shields.io/pypi/v/botanu)](https://pypi.org/project/botanu/) [![Python](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-blue)](https://www.python.org/) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) -[![LF AI & Data](https://img.shields.io/badge/LF%20AI%20%26%20Data-member-blue)](https://lfaidata.foundation/) **Run-level cost attribution for AI workflows, built on OpenTelemetry.**