Skip to content

Commit

Permalink
🔧 Add an explicit Chronographer config
Browse files Browse the repository at this point in the history
In particular, this allows setting up hints for leading the
contributors to the docs that explain the changelog fragments
expectations. This allows having the preferences documented as code.
  • Loading branch information
webknjaz committed Mar 8, 2023
1 parent 4b14e7c commit b174b1b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/chronographer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---

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

...

0 comments on commit b174b1b

Please sign in to comment.