This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/eljojors on 2026-02-20 22:17:54+00:00.


I made a post yesterday and got good feedback, the mechanism I had worked so well that I decided to extract it into a GitHub action you can try yourself.

It works like this: there’s a checkbox in the PR template asking AI agents to disclose when the PR has been written without human involvement. If so, CI closes the PR.

The readme has more context, this works well when used in combination with AGENTS.md to get AI to refuse in the first place to write code without involving a human first.

The GitHub action also tries to enforce certain stylistic guidelines, for example not using “Co-authored by” commits, and generally discourages useless AI-copy.

If you know someone burned out by sloppy PRs on their repo, share this with them!