From c731f89dd4729a5af32911c6c908a45fce4f0057 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Mon, 31 Aug 2026 04:15:59 +1000 Subject: [PATCH] Add golib repository Shared Go library for estate services, starting with a postgres pool and migrations module. --- config/git.unkin.net/unkin/repository/golib.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/git.unkin.net/unkin/repository/golib.yaml diff --git a/config/git.unkin.net/unkin/repository/golib.yaml b/config/git.unkin.net/unkin/repository/golib.yaml new file mode 100644 index 0000000..8dae4b6 --- /dev/null +++ b/config/git.unkin.net/unkin/repository/golib.yaml @@ -0,0 +1,14 @@ +description: "Shared Go library for estate services: postgres, http service kit, vault and gitea clients" +private: false +default_branch: "main" +default_delete_branch_after_merge: true +default_merge_style: "squash" +branch_protection: + - rule_name: "main" + merge_whitelist_teams: + - "Owners" + enable_push: false + status_check_contexts: + - "ci/woodpecker/pr/build" + - "ci/woodpecker/pr/test" + - "ci/woodpecker/pr/pre-commit" -- 2.47.3