We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fe003 commit 83c800dCopy full SHA for 83c800d
‎.github/chronographer.yml
@@ -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