Skip to content

Commit 4197614

Browse files
trim21davidhewitt
authored andcommitted
ci: do not require changelog for ci (#5058)
* Update noxfile.py * Update pull_request_template.md
1 parent e876f17 commit 4197614

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/pull_request_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ By submitting these contributions you agree for them to be dual-licensed under P
55
Please consider adding the following to your pull request:
66
- an entry for this PR in newsfragments - see [https://pyo3.rs/main/contributing.html#documenting-changes]
77
- or start the PR title with `docs:` if this is a docs-only change to skip the check
8+
- or start the PR title with `ci:` if this is a ci-only change to skip the check
89
- docs to all new functions and / or detail in the guide
910
- tests for all new or changed functions
1011

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ def address_sanitizer(session: nox.Session):
573573
_IGNORE_CHANGELOG_PR_CATEGORIES = (
574574
"release",
575575
"docs",
576+
"ci",
576577
)
577578

578579

0 commit comments

Comments
 (0)