Skip to content

Commit 9d8c004

Browse files
authored
Merge pull request #6 from csp-community/copier-update-2025-06-17T18-22-07
Update from copier (2025-06-17T18:22:07)
2 parents 1b41837 + 2c7c97e commit 9d8c004

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

.copier-answers.yml renamed to .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: d56cb12
2+
_commit: 5c63cb2
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: python
55

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Makefile linguist-documentation
66
*.md text=auto eol=lf
77
*.py text=auto eol=lf
88
*.toml text=auto eol=lf
9-
*.yml text=auto eol=lf
9+
*.yaml text=auto eol=lf
File renamed without changes.
File renamed without changes.
File renamed without changes.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 the csp-bot-commands authors
189+
Copyright 2025 the csp-bot-commands authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Miscellaneous commands for csp-bot
44

5-
[![Build Status](https://github.com/csp-community/csp-bot-commands/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/csp-community/csp-bot-commands/actions/workflows/build.yml)
5+
[![Build Status](https://github.com/csp-community/csp-bot-commands/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/csp-community/csp-bot-commands/actions/workflows/build.yaml)
66
[![codecov](https://codecov.io/gh/csp-community/csp-bot-commands/branch/main/graph/badge.svg)](https://codecov.io/gh/csp-community/csp-bot-commands)
77
[![License](https://img.shields.io/github/license/csp-community/csp-bot-commands)](https://github.com/csp-community/csp-bot-commands)
88
[![PyPI](https://img.shields.io/pypi/v/csp-bot-commands.svg)](https://pypi.python.org/pypi/csp-bot-commands)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ replace = 'version = "{new_version}"'
7777

7878
[tool.check-manifest]
7979
ignore = [
80-
".copier-answers.yml",
80+
".copier-answers.yaml",
8181
"Makefile",
8282
"docs/**/*",
8383
]

0 commit comments

Comments
 (0)