villebro opened a new pull request, #215: URL: https://github.com/apache/superset-kubernetes-operator/pull/215
## Summary Relaxes PR title scope validation and marks RC Helm charts as prereleases for Artifact Hub. ## Details The semantic PR title check still enforces the allowed conventional-commit types and requires a non-empty subject, but it no longer restricts scopes to a fixed allowlist. This avoids valid titles such as `ci(release): ...` failing only because the scope was not predeclared. The release workflow also now adds `artifacthub.io/prerelease: "true"` to the packaged chart metadata for RC tags matching `-rcN`, so future release candidates are shown correctly as prereleases in Artifact Hub. Docs and `AGENTS.md` were updated to remove the stale allowed-scope guidance. ## Testing - YAML parse check for `.github/workflows/pr.yaml` and `.github/workflows/release.yml` - `git diff --check` - Simulated chart metadata mutation for RC/final/non-RC suffix versions - `scripts/validate-actions.sh` - Commit hook: `golangci-lint run` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
