Tweak the Chronographer configuration (#11906)

This commit is contained in:
Pradyun Gedam 2023-03-27 16:21:46 +01:00 committed by GitHub
parent 123e8a4c59
commit 20d270d3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 24 deletions

View File

@ -1,30 +1,10 @@
---
branch-protection-check-name: Changelog entry
action-hints:
# check-title-prefix: chng # default: `{{ branch-protection-check-name }}: `
external-docs-url: https://pip.pypa.io/how-to-changelog
check-title-prefix: "Chronographer: "
external-docs-url: https://pip.pypa.io/dev/news-entry-failure
inline-markdown: >
Check out https://pip.pypa.io/how-to-changelog
branch-protection-check-name: Timeline protection
See https://pip.pypa.io/dev/news-entry-failure for details.
enforce-name:
# suffix: .md
suffix: .rst
exclude:
bots:
- dependabot-preview
- dependabot
- patchback
humans:
- pyup-bot
labels:
skip-changelog: skip news
paths: # relative modified file paths that do or don't need changelog mention
exclude: []
include: []
...