summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2023-03-27 16:21:46 +0100
committerGitHub <noreply@github.com>2023-03-27 16:21:46 +0100
commit20d270d3e27c3db65c4b5371b82e1022b792adff (patch)
tree3444caa95acf414688a06ee841149b831384318c /.github
parent123e8a4c59b8153ee88c7675752e08c87baa6237 (diff)
downloadpip-20d270d3e27c3db65c4b5371b82e1022b792adff.tar.gz
Tweak the Chronographer configuration (#11906)
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: []
-
-...