Skip to content

ci: drop develop from the branch filters — it no longer exists - #15

Merged
y1o1 merged 1 commit into
mainfrom
chore/branch-filters-after-rename
Jul 27, 2026
Merged

ci: drop develop from the branch filters — it no longer exists#15
y1o1 merged 1 commit into
mainfrom
chore/branch-filters-after-rename

Conversation

@y1o1

@y1o1 y1o1 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

develop was renamed to main on 2026-07-27, unifying all four public
repositories on one trunk name.

This repository never had a main and never ran two long-lived branches: tags
sit on the trunk, release/* branches were cut from it and merged back into it.
Only the name changed — no workflow model changed with it.

-    branches: [main, develop]
+    branches: [main]

The filters already listed [main, develop] in anticipation, so nothing broke.
Leaving develop there now describes a branch that does not exist — the kind of
line a reader trusts and a future contributor copies.

Test plan

CI on this PR runs through the edited filter. YAML parses.

The default branch was renamed develop → main on 2026-07-27, unifying all four
public repositories on one trunk name. This repository never had a main and
never had two long-lived branches: tags sit on the trunk, release/* branches
were cut from it and merged back into it. Only the name changed.

The filters already listed [main, develop] in anticipation, so nothing broke —
but leaving develop there now describes a branch that does not exist, which is
the kind of line a reader trusts and a future contributor copies.
@y1o1
y1o1 merged commit 00e6d4c into main Jul 27, 2026
3 checks passed
@y1o1
y1o1 deleted the chore/branch-filters-after-rename branch July 27, 2026 07:18
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