From fa77cbe08c875e7b65253af9daac62d576ec3b3b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:02:54 +0000 Subject: [PATCH] Update from copier (2026-04-13T00:02:54) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/workflows/docs.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 956848c..c9f11cf 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 41c2f2c +_commit: 9232d1f _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 32cb21b..a855e16 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug Report about: Report a bug to help us improve title: '[BUG] ' -labels: bug +labels: 'type: bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7af06ac..c3e422e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature Request about: Suggest a new feature or improvement title: '[FEATURE] ' -labels: enhancement +labels: 'type: enhancement' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 0e4f9cf..ca52f7e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: Ask a question about usage or behavior title: '[QUESTION] ' -labels: question +labels: 'tag: question' assignees: '' --- diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 6b43871..37a01be 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions-ext/python/setup@main - name: Download dist from build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: dist-ubuntu-latest-3.11 merge-multiple: true