Skip to content

Commit 83c800d

Browse files
authored
🔧 Add an explicit Chronographer config (#11848)
1 parent 08fe003 commit 83c800d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

‎.github/chronographer.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
3+
action-hints:
4+
# check-title-prefix: chng # default: `{{ branch-protection-check-name }}: `
5+
external-docs-url: https://pip.pypa.io/how-to-changelog
6+
inline-markdown: >
7+
Check out https://pip.pypa.io/how-to-changelog
8+
9+
branch-protection-check-name: Timeline protection
10+
11+
enforce-name:
12+
# suffix: .md
13+
suffix: .rst
14+
15+
exclude:
16+
bots:
17+
- dependabot-preview
18+
- dependabot
19+
- patchback
20+
humans:
21+
- pyup-bot
22+
23+
labels:
24+
skip-changelog: skip news
25+
26+
paths: # relative modified file paths that do or don't need changelog mention
27+
exclude: []
28+
include: []
29+
30+
...

0 commit comments

Comments
 (0)