Merge pull request #12477 from webknjaz/maintenance/chronographer-config

💅 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 GitHub

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