Skip to content

Commit fa77cbe

Browse files
Update from copier (2026-04-13T00:02:54)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 934b9c5 commit fa77cbe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 41c2f2c
2+
_commit: 9232d1f
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cpp

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug Report
33
about: Report a bug to help us improve
44
title: '[BUG] '
5-
labels: bug
5+
labels: 'type: bug'
66
assignees: ''
77
---
88

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature Request
33
about: Suggest a new feature or improvement
44
title: '[FEATURE] '
5-
labels: enhancement
5+
labels: 'type: enhancement'
66
assignees: ''
77
---
88

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Question
33
about: Ask a question about usage or behavior
44
title: '[QUESTION] '
5-
labels: question
5+
labels: 'tag: question'
66
assignees: ''
77
---
88

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions-ext/python/setup@main
2121

2222
- name: Download dist from build
23-
uses: actions/download-artifact@v7
23+
uses: actions/download-artifact@v8
2424
with:
2525
pattern: dist-ubuntu-latest-3.11
2626
merge-multiple: true

0 commit comments

Comments
 (0)