Skip to content

Commit 2922b36

Browse files
committed
ci: release note filtering now requires [bot]
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 5e82fa5 commit 2922b36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
exclude:
33
authors:
4-
- dependabot
5-
- pre-commit-ci
4+
- dependabot[bot]
5+
- pre-commit-ci[bot]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"pyproject_hooks",
3838
# not actually a runtime dependency, only supplied as there is not "recommended dependency" support
3939
'colorama; os_name == "nt"',
40-
'importlib-metadata >= 4.6; python_full_version < "3.10.2"', # Not required for 3.8+, but fixes a stdlib bug
40+
'importlib-metadata >= 4.6; python_full_version < "3.10.2"', # Not required but fixes a stdlib bug
4141
'tomli >= 1.1.0; python_version < "3.11"',
4242
]
4343

0 commit comments

Comments
 (0)