Skip to content

Commit 4b6c1c9

Browse files
egeguneshors
andauthored
CLOUD-835: Add action to check if manifests are up-to-date (#1418)
Co-authored-by: Viacheslav Sarzhan <slava.sarzhan@percona.com>
1 parent 105f016 commit 4b6c1c9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
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?

.github/workflows/reviewdog.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,12 @@ jobs:
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

0 commit comments

Comments
 (0)