zumba/Agent Support File Notifications

Notifies a Slack channel when agent-support files (CLAUDE.md, AGENTS.md, etc.) are changed in a pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
slack_webhook_urlSlack Incoming Webhook URLyes
github_tokenGitHub token for API calls (fetch PR files, post sentinel comment)no${{ github.token }}
watched_patternsNewline-separated list of file or directory patterns to watch. File pattern: matches if the path equals the pattern exactly or ends with /<pattern>. Directory pattern (trailing /): matches any file anywhere under that directory. Root-anchored directory pattern (leading and trailing /): matches only files under that directory at the repo root. noCLAUDE.md AGENTS.md AGENT.md copilot-instructions.md /agents/ /skills/ .github/copilot-instructions.md .claude/settings.json .claude/settings.local.json .claude/agents/ .claude/commands/ .claude/skills/ .github/instructions/ .github/prompts/ .github/skills/
namedescription
matched_filesNewline-separated list of matched agent-support files (empty if none)
notification_sent'true' if a Slack notification was posted, 'false' otherwise