[PR #794] Add aitells-action to Linting — scan PR text for AI fingerprints #7169

Open
opened 2026-05-17 01:34:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/794
Author: @Perufitlife
Created: 5/12/2026
Status: 🔄 Open

Base: mainHead: add-aitells-action


📝 Commits (1)

  • 647fd18 Add aitells-action to Linting — scan PR text for AI fingerprints

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds Perufitlife/aitells-action to the Linting section, near alex-action which catches inconsiderate writing.

What it does: scans PR title, body, and commit messages for the 12 most reliable AI fingerprints (em-dashes, "delve", parallel bullets, "navigate the X", "in conclusion", and 8 more). Posts a friendly summary comment on every PR with a humanness score 0-100.

- uses: Perufitlife/aitells-action@v1
  with:
    target: both        # pr_body | commits | both
    fail-on: 65         # block merge if humanness < 65
    comment: true

Free, no API key. Built after my own Reddit account got publicly called out twice in 24h for "all comments AI generated". Companion to aitells.vercel.app (web app).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/794 **Author:** [@Perufitlife](https://github.com/Perufitlife) **Created:** 5/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-aitells-action` --- ### 📝 Commits (1) - [`647fd18`](https://github.com/sdras/awesome-actions/commit/647fd18181f3f48f8bf33eec16e5414d33cdf8ed) Add aitells-action to Linting — scan PR text for AI fingerprints ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [Perufitlife/aitells-action](https://github.com/Perufitlife/aitells-action) to the Linting section, near alex-action which catches inconsiderate writing. **What it does:** scans PR title, body, and commit messages for the 12 most reliable AI fingerprints (em-dashes, "delve", parallel bullets, "navigate the X", "in conclusion", and 8 more). Posts a friendly summary comment on every PR with a humanness score 0-100. ```yaml - uses: Perufitlife/aitells-action@v1 with: target: both # pr_body | commits | both fail-on: 65 # block merge if humanness < 65 comment: true ``` Free, no API key. Built after my own Reddit account got publicly called out twice in 24h for "all comments AI generated". Companion to [aitells.vercel.app](https://aitells.vercel.app) (web app). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-17 01:34:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#7169