Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9d7dd7a
feat: add custom agent action
MatteoGabriele Mar 11, 2026
93f34cc
chore: update deps
MatteoGabriele Mar 11, 2026
ff58ebb
feat: add sync
MatteoGabriele Mar 11, 2026
40df8bc
feat: add project requirements
MatteoGabriele Mar 11, 2026
c9608c0
fix: file ext
MatteoGabriele Mar 11, 2026
9e41828
fix: add dist folder
MatteoGabriele Mar 11, 2026
0aa47f3
feat: add bundled deps
MatteoGabriele Mar 11, 2026
63aa4a7
feat: post on the PR
MatteoGabriele Mar 11, 2026
ebf3575
chore: build
MatteoGabriele Mar 11, 2026
188d6fd
fix: add permission
MatteoGabriele Mar 11, 2026
676ed83
feat: add analysis
MatteoGabriele Mar 11, 2026
88592b3
feat: add formatted text
MatteoGabriele Mar 11, 2026
81c0795
feat: add classification
MatteoGabriele Mar 11, 2026
31113c9
feat: add emoji
MatteoGabriele Mar 11, 2026
044a3ab
chore: build
MatteoGabriele Mar 11, 2026
bda2cf3
feat: add link to website
MatteoGabriele Mar 11, 2026
2fd0466
feat: use custom dot
MatteoGabriele Mar 11, 2026
3f68bc4
feat: use emojis
MatteoGabriele Mar 11, 2026
14d2b0e
feat: spacing
MatteoGabriele Mar 11, 2026
2d1e3bf
feat: add tag and fake ai agent for test
MatteoGabriele Mar 11, 2026
6558a1d
feat: add community flag
MatteoGabriele Mar 11, 2026
f21ede0
feat: add flag
MatteoGabriele Mar 11, 2026
1833149
feat: add community flag text
MatteoGabriele Mar 11, 2026
5bf0b21
feat: use flag emoji
MatteoGabriele Mar 11, 2026
e79f1c3
feat: add caching
MatteoGabriele Mar 11, 2026
f09ebd5
feat: add cache to bundle
MatteoGabriele Mar 11, 2026
ba020e7
feat: remove unused title
MatteoGabriele Mar 11, 2026
765286d
feat: remove synchronize
MatteoGabriele Mar 11, 2026
303ac5a
chore: remove unused dependencies
MatteoGabriele Mar 11, 2026
b708321
fix: double slash
MatteoGabriele Mar 11, 2026
06b28c9
fix: fs import
MatteoGabriele Mar 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/agent-scan/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
!/dist
10 changes: 10 additions & 0 deletions .github/actions/agent-scan/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "AgentScan"
description: "Detects automation patterns on GitHub"
author: "Matteo Gabriele"
inputs:
github-token:
description: "GitHub token"
required: true
runs:
using: "node24"
main: "dist/index.cjs"
Loading