summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-03-12 20:25:47 +0100
committerGitHub <noreply@github.com>2023-03-12 19:25:47 +0000
commit83c800d3b8b367b6ae1fbf92fd4f699612cecfc7 (patch)
tree9826668b7f23aa6762e418dc68748778f634c222 /.github
parent08fe0031ed3209f9c9854d228199a503380340af (diff)
downloadpip-83c800d3b8b367b6ae1fbf92fd4f699612cecfc7.tar.gz
🔧 Add an explicit Chronographer config (#11848)
Diffstat (limited to '.github')
-rw-r--r--.github/chronographer.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/chronographer.yml b/.github/chronographer.yml
new file mode 100644
index 000000000..b42883f8f
--- /dev/null
+++ b/.github/chronographer.yml
@@ -0,0 +1,30 @@
+---
+
+action-hints:
+ # check-title-prefix: chng # default: `{{ branch-protection-check-name }}: `
+ external-docs-url: https://pip.pypa.io/how-to-changelog
+ inline-markdown: >
+ Check out https://pip.pypa.io/how-to-changelog
+
+branch-protection-check-name: Timeline protection
+
+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: []
+
+...