Skip to content

Commit 4f4fcc8

Browse files
committed
💅 Add a config for the Chronographer GitHub App
This app allows requiring changelog fragments to be included with each pull request. A new `skip news` label is expected to be created in the repo to match the configuration.
1 parent 66d8dc3 commit 4f4fcc8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎.github/chronographer.yml

Lines changed: 20 additions & 0 deletions
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)