Files
atuin/fossier.toml
Ellie Huxtable 89792a7720 feat: setup fossier to stop bot slop prs (#3482)
I am tired of PRs from "people" who have forked >100 repos and opened
>200 PRs in a single day.

Use AI to amplify what you can do.

I'm not reading your slop PR body that you haven't even read, reviewing
code you have had no part in, and testing something you have probably
never built.

## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
2026-05-14 14:38:34 -07:00

18 lines
253 B
TOML

[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"