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" 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: 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