Skip to content

Commit 0aae4ae

Browse files
authored
Merge pull request #2262 from sirosen/add-chronographer-config
Add configuration for the change log enforcing bot
2 parents bc28c7e + bd2ecb7 commit 0aae4ae

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
##### Maintainer checklist
99

10-
- [ ] If no changelog is needed, apply the `skip-changelog` label.
10+
- [ ] If no changelog is needed, apply the `bot:chronographer:skip` label.
1111
- [ ] Assign the PR to an existing or new milestone for the target version (following [Semantic Versioning](https://blog.versioneye.com/2014/01/16/semantic-versioning/)).

.github/chronographer.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
branch-protection-check-name: Change log entry
2+
action-hints:
3+
check-title-prefix: "Chronographer: "
4+
external-docs-url: https://pip-tools.rtfd.io/en/latest/contributing/#adding-change-notes-with-prs
5+
inline-markdown: |
6+
See [the changelog contribution docs] for news fragment authoring gotchas.
7+
8+
[the changelog contribution docs]: https://pip-tools.rtfd.io/en/latest/contributing/#adding-change-notes-with-prs
9+
enforce-name:
10+
suffix: .md

changelog.d/2201.contrib.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The [change log entry bot] has been explicitly configured to stop requiring
2+
news fragments in pull requests having the [`bot:chronographer:skip` label] set
3+
-- by {user}`sirosen` and {user}`webknjaz`.
4+
5+
It was also set up to reference our change log authoring document from the
6+
GitHub Checks pages. And the reported check name is now set to `Change log entry`.
7+
8+
[change log entry bot]: https://github.com/sanitizers/chronographer-github-app
9+
[`bot:chronographer:skip` label]: https://github.com/jazzband/pip-tools/labels/bot:chronographer:skip

0 commit comments

Comments
 (0)