[8.2.x] 💅 Add a config for the Chronographer GitHub App

This commit is contained in:
Ronny Pfannschmidt 2024-06-19 09:49:11 +02:00 committed by pytest bot
parent 53d2d4717d
commit 9205c946ff
1 changed files with 20 additions and 0 deletions

20
.github/chronographer.yml vendored Normal file
View File

@ -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
...