Skip to content

chore: remove unused central release-drafter config - #96

Closed
a-thaler wants to merge 1 commit into
mainfrom
chore/remove-unused-release-drafter
Closed

chore: remove unused central release-drafter config#96
a-thaler wants to merge 1 commit into
mainfrom
chore/remove-unused-release-drafter

Conversation

@a-thaler

Copy link
Copy Markdown
Contributor

What

Removes .github/release-drafter.yml (the org-default release-drafter config).

Why

This central config is unused. release-drafter only falls back to the org-default config when a repo runs the action without a local config. Every repo that actually runs the release-drafter action ships its own .github/release-drafter.yml:

Repo Runs action Config used
ocm .github/workflows/release-drafter.yaml own
ocm-controller .github/workflows/release-drafter.yaml own
ocm-e2e-framework .github/workflows/release-drafter.yaml own
ocm-integrationtest .github/workflows/integrationtest.yaml own

No workflow or other file in this repo references the central config, so removing it has no functional effect. It was also the last remaining reference to the kind/epic label (being retired in favour of the Epic issue type).

No repo consumes this org-default config: all repos running the
release-drafter action (ocm, ocm-controller, ocm-e2e-framework,
ocm-integrationtest) ship their own .github/release-drafter.yml.
Nothing else in this repo references it.
@a-thaler
a-thaler requested a review from a team as a code owner July 17, 2026 11:32
@a-thaler

Copy link
Copy Markdown
Contributor Author

Folding this into #95 instead — the release-drafter deletion is now part of the labels branch there.

@a-thaler a-thaler closed this Jul 17, 2026
@a-thaler
a-thaler deleted the chore/remove-unused-release-drafter branch July 17, 2026 11: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