From 778c1ea94fd43d9db0ca3791639eee6e4a6ae7ce Mon Sep 17 00:00:00 2001 From: dromanov Date: Fri, 10 Apr 2026 12:54:44 +0300 Subject: [PATCH] ci: add chronographer config --- .github/chronographer.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/chronographer.yml diff --git a/.github/chronographer.yml b/.github/chronographer.yml new file mode 100644 index 00000000..e60e1284 --- /dev/null +++ b/.github/chronographer.yml @@ -0,0 +1,14 @@ +--- +branch-protection-check-name: Timeline protection +action-hints: + inline-markdown: | + This PR is missing news fragments. + + Add a file under `changelog.d/`, like: + `123.changed.rst`. You can use the Towncrier CLI to create it. Make sure to match the writing style with the existing change log content. + + If this change isn't user-facing, ask the maintainers to apply the `skip-changelog` label. Please, include a justification. +enforce-name: + suffix: .rst +labels: + skip-changelog: skip-changelog