Switch node-lookup repo to a main default branch #20

Merged
benvin merged 1 commits from benvin/node-lookup-main-branch into main 2026-07-04 23:07:27 +10:00
Owner

Why

node-lookup is being set up with a main-based workflow and build/test/pre-commit CI pipelines (see node-lookup PR #13), so its Gitea repo config needs to match.

Changes

  • Change default_branch from master to main.
  • Rename the branch-protection rule to main and update the required status checks to the new pipeline names (build, test, pre-commit) instead of the old lint/unit-tests contexts.
## Why `node-lookup` is being set up with a `main`-based workflow and `build`/`test`/`pre-commit` CI pipelines (see node-lookup PR #13), so its Gitea repo config needs to match. ## Changes - Change `default_branch` from `master` to `main`. - Rename the branch-protection rule to `main` and update the required status checks to the new pipeline names (`build`, `test`, `pre-commit`) instead of the old `lint`/`unit-tests` contexts.
unkinben added 1 commit 2026-07-04 22:51:07 +10:00
Switch node-lookup repo to a main default branch
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
844fff8db6
node-lookup is being set up with build/test/pre-commit CI and a main-based
workflow, so its Gitea repo config needs to match.

- Change default_branch from master to main.
- Rename the branch protection rule to main and update the required status
  checks to the new pipeline names (build, test, pre-commit) instead of the
  old lint/unit-tests contexts.
benvin merged commit da36708a15 into main 2026-07-04 23:07:27 +10:00
benvin deleted branch benvin/node-lookup-main-branch 2026-07-04 23:07:27 +10:00
Sign in to join this conversation.