# 关于自动化的问题

**URL:** https://meta.discourse.org/t/questions-about-automation/275929
**Category:** Support
**Tags:** automation
**Created:** [2021年十一月16日 22:45 UTC](https://meta.discourse.org/t/questions-about-automation/275929 "2021-11-16T22:45:05Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![mattdm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mattdm/32/216484_2.png) [@mattdm](https://meta.discourse.org/u/mattdm)
#### Post date: [2021年十一月17日 20:27 UTC](https://meta.discourse.org/t/questions-about-automation/275929/3 "2021-11-17T20:27:02Z")

</div>

谢谢！关于这些怎么样？

- 自动根据正则表达式标记帖子，包括正则表达式的结果？例如，如果文本匹配 `/Fedora ((Linux|Workstation) )?(\d\d)/`，则标记为 `fedora-linux-$2`（匹配第二个 `()`）。

- 在一段时间（在我的用例中是 13 个月）没有活动后，关闭帖子并移至“存档”类别（以帮助实现 [https://meta.discourse.org/t/how-should-category-archiving-work/32895/9），但已固定的帖子除外，并且可能根据标签、点赞/投票数进行条件判断。](https://meta.discourse.org/t/how-should-category-archiving-work/32895/9%EF%BC%89%EF%BC%8C%E4%BD%86%E5%B7%B2%E5%9B%BA%E5%AE%9A%E7%9A%84%E5%B8%96%E5%AD%90%E9%99%A4%E5%A4%96%EF%BC%8C%E5%B9%B6%E4%B8%94%E5%8F%AF%E8%83%BD%E6%A0%B9%E6%8D%AE%E6%A0%87%E7%AD%BE%E3%80%81%E7%82%B9%E8%B5%9E/%E6%8A%95%E7%A5%A8%E6%95%B0%E8%BF%9B%E8%A1%8C%E6%9D%A1%E4%BB%B6%E5%88%A4%E6%96%AD%E3%80%82)

- 进行网络查询并根据结果进行响应？在我的具体案例中，我想查询我们的 bug 跟踪器，并根据结果中的特定字段创建、编辑或移动主题和回复。

---

_[View the full topic](https://meta.discourse.org/t/questions-about-automation/275929)._
