File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ By submitting these contributions you agree for them to be dual-licensed under P
5
5
Please consider adding the following to your pull request:
6
6
- an entry for this PR in newsfragments - see [ https://pyo3.rs/main/contributing.html#documenting-changes ]
7
7
- 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
8
9
- docs to all new functions and / or detail in the guide
9
10
- tests for all new or changed functions
10
11
Original file line number Diff line number Diff line change @@ -573,6 +573,7 @@ def address_sanitizer(session: nox.Session):
573
573
_IGNORE_CHANGELOG_PR_CATEGORIES = (
574
574
"release" ,
575
575
"docs" ,
576
+ "ci" ,
576
577
)
577
578
578
579
You can’t perform that action at this time.
0 commit comments