From a64fb183058bd18c11e6e1405896c6767ded06b6 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Wed, 19 Jun 2024 09:49:11 +0200 Subject: [PATCH] Merge pull request #12477 from webknjaz/maintenance/chronographer-config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💅 Add a config for the Chronographer GitHub App (cherry picked from commit c46a3a9920b38164fea4e22ef99b4b66f42e77bf) --- .github/chronographer.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/chronographer.yml diff --git a/.github/chronographer.yml b/.github/chronographer.yml new file mode 100644 index 000000000..803db1e34 --- /dev/null +++ b/.github/chronographer.yml @@ -0,0 +1,20 @@ +--- + +branch-protection-check-name: Changelog entry +action-hints: + check-title-prefix: "Chronographer: " + external-docs-url: >- + https://docs.pytest.org/en/latest/contributing.html#preparing-pull-requests + inline-markdown: >- + See + https://docs.pytest.org/en/latest/contributing.html#preparing-pull-requests + for details. +enforce-name: + suffix: .rst +exclude: + humans: + - pyup-bot +labels: + skip-changelog: skip news + +...