Skip to content

Commit c46a3a9

Browse files
Merge pull request #12477 from webknjaz/maintenance/chronographer-config
💅 Add a config for the Chronographer GitHub App
2 parents d7b4010 + f479afc commit c46a3a9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/chronographer.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
3+
branch-protection-check-name: Changelog entry
4+
action-hints:
5+
check-title-prefix: "Chronographer: "
6+
external-docs-url: >-
7+
https://docs.pytest.org/en/latest/contributing.html#preparing-pull-requests
8+
inline-markdown: >-
9+
See
10+
https://docs.pytest.org/en/latest/contributing.html#preparing-pull-requests
11+
for details.
12+
enforce-name:
13+
suffix: .rst
14+
exclude:
15+
humans:
16+
- pyup-bot
17+
labels:
18+
skip-changelog: skip news
19+
20+
...

0 commit comments

Comments
 (0)