aboutsummaryrefslogtreecommitdiffstats
path: root/fossier.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fossier.toml')
-rw-r--r--fossier.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/fossier.toml b/fossier.toml
new file mode 100644
index 00000000..45ad0bcd
--- /dev/null
+++ b/fossier.toml
@@ -0,0 +1,17 @@
+[repo]
+owner = "atuinsh"
+name = "atuin"
+
+[thresholds]
+allow_score = 70.0
+deny_score = 40.0
+min_confidence = 0.5
+
+[actions.deny]
+close_pr = true
+comment = true
+label = "fossier:spam-likely"
+
+[actions.review]
+comment = true
+label = "fossier:needs-review"