highesttt/clanker-blocker (sync)
Sync GitHub user blocks from community curated markdown blocklists. Run on a daily cron.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scope | Block scope: "user" (your personal account) or "org" | no | user |
| org-name | Organization login. Required when scope is "org". | no | "" |
| extra-lists | YAML array of additional blocklists. The upstream clankers list is always included; these are appended and deduplicated. Each entry has: name: string (label for logs) url: string (URL returning markdown) parser: "table-col1" | "bullet" | "plain" Example: extra-lists: | - name: my-list url: https://example.com/list.md parser: bullet | no | "" |
| unblock-missing | If true, unblock users who fall off every configured list. Default false. | no | false |
| dry-run | If true, log planned changes without calling the block API. | no | false |
Outputs
no outputs