Skip to content

Commit 20d270d

Browse files
authored
Tweak the Chronographer configuration (#11906)
1 parent 123e8a4 commit 20d270d

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

.github/chronographer.yml

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
1-
---
2-
1+
branch-protection-check-name: Changelog entry
32
action-hints:
4-
# check-title-prefix: chng # default: `{{ branch-protection-check-name }}: `
5-
external-docs-url: https://pip.pypa.io/how-to-changelog
3+
check-title-prefix: "Chronographer: "
4+
external-docs-url: https://pip.pypa.io/dev/news-entry-failure
65
inline-markdown: >
7-
Check out https://pip.pypa.io/how-to-changelog
8-
9-
branch-protection-check-name: Timeline protection
10-
6+
See https://pip.pypa.io/dev/news-entry-failure for details.
117
enforce-name:
12-
# suffix: .md
138
suffix: .rst
14-
15-
exclude:
16-
bots:
17-
- dependabot-preview
18-
- dependabot
19-
- patchback
20-
humans:
21-
- pyup-bot
22-
239
labels:
2410
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)