Skip to content

Commit 6303c9d

Browse files
committed
💅 Add a config for the Chronographer GitHub App
This app allows requiring changelog fragments to be included with each pull request.
1 parent dc65bb6 commit 6303c9d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/chronographer.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
# labels:
15+
# skip-changelog: skip news
16+
17+
...

0 commit comments

Comments
 (0)