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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slack_webhook_url | Slack Incoming Webhook URL | yes | — |
| github_token | GitHub token for API calls (fetch PR files, post sentinel comment) | no | ${{ github.token }} |
| watched_patterns | Newline-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. | no | CLAUDE.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/ |
Outputs
| name | description |
|---|---|
| matched_files | Newline-separated list of matched agent-support files (empty if none) |
| notification_sent | 'true' if a Slack notification was posted, 'false' otherwise |