summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/chronographer.yml28
1 files changed, 4 insertions, 24 deletions
diff --git a/.github/chronographer.yml b/.github/chronographer.yml
index b42883f8f..c78eb4a2b 100644
--- a/.github/chronographer.yml
+++ b/.github/chronographer.yml
@@ -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: []
-
-...