From 8e186a24c1e302eb9928f6ad450ee49051b6be8a Mon Sep 17 00:00:00 2001 From: orama254 Date: Fri, 13 Mar 2026 18:00:39 +0300 Subject: [PATCH] feat(ci-cd): Add greptile code review configurations --- .greptile/config.json | 12 ++++++++++++ .greptile/files.json | 0 .greptile/rules.md | 0 3 files changed, 12 insertions(+) create mode 100644 .greptile/config.json create mode 100644 .greptile/files.json create mode 100644 .greptile/rules.md diff --git a/.greptile/config.json b/.greptile/config.json new file mode 100644 index 0000000..b965446 --- /dev/null +++ b/.greptile/config.json @@ -0,0 +1,12 @@ +{ + "includeBranches": ["prod", "develop"], + "triggerOnUpdates": true, + "statusCheck": true, + "strictness": 2, + "rules": [ + { + "rule": "All changes to prod must go through develop first.", + "severity": "high" + } + ] +} \ No newline at end of file diff --git a/.greptile/files.json b/.greptile/files.json new file mode 100644 index 0000000..e69de29 diff --git a/.greptile/rules.md b/.greptile/rules.md new file mode 100644 index 0000000..e69de29