mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-01-14 07:57:57 -05:00
25 lines
910 B
YAML
25 lines
910 B
YAML
runs:
|
|
- checks:
|
|
- name: Self Promo Activities
|
|
# check will run on a new submission in your subreddit and look at the Author of that submission
|
|
description: >-
|
|
Check if any of Author's aggregated submission origins are >10% of entire
|
|
history
|
|
kind: submission
|
|
rules:
|
|
- name: attr10all
|
|
kind: attribution
|
|
criteria:
|
|
- threshold: '> 10%'
|
|
window: 90 days
|
|
- threshold: '> 10%'
|
|
window: 100
|
|
actions:
|
|
- kind: usernote
|
|
# the key of usernote type
|
|
# https://github.com/toolbox-team/reddit-moderator-toolbox/wiki/Subreddit-Wikis%3A-usernotes#working-with-note-types
|
|
type: spamwarn
|
|
content: >-
|
|
Self Promotion: {{rules.attr10all.titlesDelim}}
|
|
{{rules.attr10sub.largestPercent}}%
|