Skip to content

Commit e26c65b

Browse files
committed
fix missed renames
Signed-off-by: TheRealNoob <mike1118@live.com>
1 parent 459b495 commit e26c65b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
runs-on: ubuntu-24.04
214214
needs:
215215
- lint-test
216-
- check-codeowners-maintainers
216+
- check-generated-files
217217
- super-linter
218218
if: >-
219219
github.event.pull_request.head.repo.full_name == github.repository

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ make helm-docs
3737
- **Version bumps**: Every chart change (excluding files listed in `.helmignore`) requires a semver version bump in `Chart.yaml`. Major bumps for breaking changes.
3838
- **DCO sign-off**: Commits must include `Signed-off-by` line (`git commit -s`).
3939
- **Squash merge only**: The repo only allows squash merges.
40-
- **CODEOWNERS/MAINTAINERS**: Auto-generated from `Chart.yaml` maintainer entries by `scripts/check-codeowners.sh` and `scripts/check-maintainers.sh`. Do not edit `.github/CODEOWNERS` or `MAINTAINERS.md` directly.
40+
- **CODEOWNERS/MAINTAINERS**: Auto-generated from `Chart.yaml` maintainer entries by `scripts/generate-codeowners.sh` and `scripts/generate-maintainers.sh`. Do not edit `.github/CODEOWNERS` or `MAINTAINERS.md` directly.
4141
- **Minimum Kubernetes version**: Charts target `^1.25.0-0` (`kubeVersion` in `Chart.yaml`).
4242

4343
## Dependency Management

0 commit comments

Comments
 (0)