From 3aea5720ac3cf7e2e39d34d9a0750b702a2eb92f 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..369fdff5 --- /dev/null +++ b/.github/chronographer.yml @@ -0,0 +1,14 @@ +--- +branch-protection-check-name: Timeline protection +action-hints: + inline-markdown: | + This PR missing news fragments. + + Add file under `changelog.d/` like: + `123.changed.rst` + + If this change doesn't user-facing, apply the `skip-changelog` label. +enforce-name: + suffix: .rst +labels: + skip-changelog: skip-changelog