mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 07:01:13 +08:00
FEATURE: Add 'Create topic' automation script (#26552)
This commit adds a new automation script for creating topics. It's very similar to the existing 'create a post' automation, except that it posts new topics in a specific category and with optional tags. Internal topic: t/125829.
This commit is contained in:
@ -16,6 +16,7 @@ module DiscourseAutomation
|
||||
POST = "post"
|
||||
SEND_PMS = "send_pms"
|
||||
SUSPEND_USER_BY_EMAIL = "suspend_user_by_email"
|
||||
TOPIC = "topic"
|
||||
TOPIC_REQUIRED_WORDS = "topic_required_words"
|
||||
USER_GLOBAL_NOTICE = "user_global_notice"
|
||||
USER_GROUP_MEMBERSHIP_THROUGH_BADGE = "user_group_membership_through_badge"
|
||||
|
Reference in New Issue
Block a user