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 2323
2424** Config/Logging/Testability**
2525- [ ] Are all needed new/changed options added to default YAML files?
26- - [ ] Are the manifests (crd/bundle) regenerated if needed?
2726- [ ] Did we add proper logging messages for operator actions?
2827- [ ] Did we ensure compatibility with the previous version or cluster upgrade process?
2928- [ ] Does the change support oldest and newest supported MongoDB version?
Original file line number Diff line number Diff line change 7373 reporter : github-pr-review
7474 level : info
7575 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