File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
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 :
You can’t perform that action at this time.
0 commit comments