From 0fdda8b9ff98636aad83448febc8bc2b0763198d Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Tue, 2 Jun 2026 13:52:45 +0200 Subject: [PATCH] add repo config --- repo-automation.config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 repo-automation.config.json diff --git a/repo-automation.config.json b/repo-automation.config.json new file mode 100644 index 0000000..2e5ed34 --- /dev/null +++ b/repo-automation.config.json @@ -0,0 +1,6 @@ +{ + "devBranch": "main", + "releaseBranch": "release", + "github": "https://github.com/mProjectsCode/obsidian-media-db-plugin", + "preconditions": ["bun run typecheck", "bun run format", "bun run lint:fix", "bun run test"] +}