diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2849025..2b54851 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 d215d39..1bc821a 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