Skip to content

chore: repo hygiene — CODEOWNERS, FUNDING, SECURITY update, remove duplicate workflow#235

Merged
Defilan merged 1 commit intomainfrom
chore/repo-hygiene
Mar 16, 2026
Merged

chore: repo hygiene — CODEOWNERS, FUNDING, SECURITY update, remove duplicate workflow#235
Defilan merged 1 commit intomainfrom
chore/repo-hygiene

Conversation

@Defilan
Copy link
Member

@Defilan Defilan commented Mar 16, 2026

Summary

Quick housekeeping items from a repo health audit:

  • Add .github/CODEOWNERS — routes all PR reviews to @Defilan automatically
  • Add .github/FUNDING.yml — enables GitHub Sponsors button on the repo
  • Update SECURITY.md — add 0.5.x to supported versions table (was only showing 0.4.x)
  • Remove .github/workflows/release.yml — this tag-triggered workflow duplicated the goreleaser + helm chart-releaser jobs already in release-please.yml. Release Please creates the tag and runs both jobs; the standalone workflow was redundant CI spend

Related issues filed

Tracked medium-term items from the same audit:

Test plan

  • No code changes — community/CI files only
  • Verified release-please.yml still handles goreleaser + helm release on tag creation

…ate release workflow

- Add .github/CODEOWNERS for automatic PR review assignment
- Add .github/FUNDING.yml for GitHub Sponsors button
- Update SECURITY.md supported versions to include 0.5.x
- Remove .github/workflows/release.yml (duplicate of release-please.yml
  goreleaser + helm jobs; tag-triggered workflow was redundant)

Signed-off-by: Christopher Maher <chris@mahercode.io>
@Defilan Defilan merged commit 519f36d into main Mar 16, 2026
4 checks passed
@Defilan Defilan deleted the chore/repo-hygiene branch March 16, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant