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
55Please 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments