File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 23
23
24
24
** Config/Logging/Testability**
25
25
- [ ] Are all needed new/changed options added to default YAML files?
26
- - [ ] Are the manifests (crd/bundle) regenerated if needed?
27
26
- [ ] Did we add proper logging messages for operator actions?
28
27
- [ ] Did we ensure compatibility with the previous version or cluster upgrade process?
29
28
- [ ] Does the change support oldest and newest supported MongoDB version?
Original file line number Diff line number Diff line change 73
73
reporter : github-pr-review
74
74
level : info
75
75
exclude : " ./vendor/*"
76
+
77
+ manifests :
78
+ name : runner / manifests
79
+ runs-on : ubuntu-latest
80
+ steps :
81
+ - uses : actions/checkout@v4
82
+ - run : |
83
+ make generate manifests VERSION=main
84
+ git diff --exit-code
You can’t perform that action at this time.
0 commit comments