File tree Expand file tree Collapse file tree 2 files changed +0
-31
lines changed
Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ queue_rules:
77 - author = jd
88 - " #approved-reviews-by >= 1"
99 - author = dependabot[bot]
10- - or :
11- - files ~= ^releasenotes/notes/
12- - label = no-changelog
13- - author = dependabot[bot]
1410 - " check-success=test (3.9, py39)"
1511 - " check-success=test (3.10, py310)"
1612 - " check-success=test (3.11, py311)"
@@ -20,19 +16,6 @@ queue_rules:
2016 - " check-success=test (3.14, pep8)"
2117
2218pull_request_rules :
23- - name : warn on no changelog
24- conditions :
25- - -files~=^releasenotes/notes/
26- - label != no-changelog
27- - author != dependabot[bot]
28- - -closed
29- actions :
30- comment :
31- message : >
32- ⚠️ No release notes detected. Please make sure to use
33- [reno](https://docs.openstack.org/reno/latest/user/usage.html) to add
34- a changelog entry.
35-
3619 - name : dismiss reviews
3720 conditions : []
3821 actions :
Original file line number Diff line number Diff line change @@ -637,17 +637,3 @@ Contribute
637637#. Make the docs better (or more detailed, or more easier to read, or ...)
638638
639639.. _`the repository` : https://github.com/jd/tenacity
640-
641- Changelogs
642- ~~~~~~~~~~
643-
644- `reno `_ is used for managing changelogs. Take a look at their usage docs.
645-
646- The doc generation will automatically compile the changelogs. You just need to add them.
647-
648- .. code-block :: sh
649-
650- # Opens a template file in an editor
651- tox -e reno -- new some-slug-for-my-change --edit
652-
653- .. _`reno` : https://docs.openstack.org/reno/latest/user/usage.html
You can’t perform that action at this time.
0 commit comments