- Notifications
You must be signed in to change notification settings - Fork8.8k
FEATURE: Introduceset_topic_timer automation script#36660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Allows different types of topic-timer to be automatically configured on topics. It uses the 'post_created_edited' trigger, which provides all sorts of filtering options including category/author/etc.
plugins/automation/lib/discourse_automation/scripts/set_topic_timer.rb OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
ZogStriP left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
⏱️
| lib/discourse_automation/triggers/user_first_logged_in | ||
| lib/discourse_automation/triggers/user_updated | ||
| ].each{ |path|require_relativepath} | ||
| Dir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hopefully none of the scripts/triggers is order-dependent on another? 🤞
7ee5754 toedecf3eCompare…timer.rbCo-authored-by: Régis Hanol <regis@hanol.fr>
Allows different types of topic-timer to be automatically configured on topics. It uses the 'post_created_edited' trigger, which provides all sorts of filtering options including category/author/etc.