From c922f927e3d8e800c382cd8b931ef9a05cfa4c40 Mon Sep 17 00:00:00 2001 From: Fabio Muratore Date: Fri, 21 Nov 2025 16:48:44 +0100 Subject: [PATCH 1/3] fix: use pull_request_target instead of pull_request for release-drafter --- .github/workflows/release-drafter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 6d41bbc..bce094f 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -4,7 +4,7 @@ on: push: branches: - main - pull_request: + pull_request_target: types: [opened, reopened, synchronize] permissions: From b86c6922509b070966245a3feb21c487a82eadb3 Mon Sep 17 00:00:00 2001 From: Fabio Muratore Date: Fri, 21 Nov 2025 17:00:00 +0100 Subject: [PATCH 2/3] Add source label description --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index bfff668..d2e7c39 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -10,6 +10,9 @@ - name: "area: repo" color: "#4dff4d" description: "Tooling or the repository" +- name: "area: source" + color: "#a64dff" + description: "Core source code" - name: "priority: critical" color: "#ff4d4d" From 2495eb26021bda15380ce7ef1ff50ba97849bd4c Mon Sep 17 00:00:00 2001 From: Fabio Muratore Date: Fri, 21 Nov 2025 17:03:03 +0100 Subject: [PATCH 3/3] Fix python version in badge --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cd470a5..9dee0fb 100644 --- a/readme.md +++ b/readme.md @@ -65,7 +65,7 @@ The bins can be initialized linearly or log-spaced. [pre-commit]: https://github.com/pre-commit/pre-commit [pytest-badge]: https://img.shields.io/badge/Pytest-green?logo=pytest [pytest]: https://github.com/pytest-dev/pytest -[python-badge]: https://img.shields.io/badge/python-3.11%20|3.12%20|%203.11-informational?logo=python&logoColor=ffdd54 +[python-badge]: https://img.shields.io/badge/python-3.11%20|3.12%20|%203.13-informational?logo=python&logoColor=ffdd54 [ruff-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json [ruff]: https://docs.astral.sh/ruff [tests-badge]: https://famura.github.io/binned-cdf/latest/exported/tests/badge.svg