Skip to content

Instantly share code, notes, and snippets.

@DevGW
Created December 29, 2022 13:45
Show Gist options
  • Save DevGW/655b0062a5d2792c1fede2600040b8ea to your computer and use it in GitHub Desktop.
Save DevGW/655b0062a5d2792c1fede2600040b8ea to your computer and use it in GitHub Desktop.
Reddit Automod :: Process Post
---
# Thank you message.
type: submission # Run only on posts.
moderators_exempt: false # Run even on moderator posts.
url (regex): [
'\bhttps?:\/\/.*?reddit.com\/r\/([A-Za-z0-9_-]*)(?:\/.*)?',
]
comment: |
Thank you for your [{{kind}}]({{permalink}}) on r/{{subreddit}}; it has introduced me to r/{{match-2}}.
comment_locked: true # Lock comment.
comment_stickied: true # Sticky comment.
action_reason: 'Recommendation to r/{{match-2}}'
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment