💅 Add a config for the Chronographer GitHub App

This app allows requiring changelog fragments to be included with
each pull request.
This commit is contained in:
Sviatoslav Sydorenko 2024-06-18 23:32:18 +02:00
parent ea87bd6302
commit f479afc5c0
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
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
...