From 9ff6e90b6a8b99a2cf3441e92af6acd7976dc61a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:00:25 +0000 Subject: [PATCH] Update from copier (2026-04-13T00:00:25) 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 6258004..e4d527a 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: python diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8aec9b4..648fc27 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 2cc9df8..b2960f7 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* merge-multiple: true