我看到 discourse-plugin-skeleton 现在有了这个:
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1
这样我们就不用一直更新东西了。但是我的一个插件需要 subscriptions 插件,所以我想我还是需要把 discourse/discourse/.github/workflows 的东西复制到我的插件里,对吧?
我想不出有什么巧妙的方法可以让我的插件声明包含 subscriptions,对吧?
另外,它加载 stree 时失败了。我现在只是删除了 .stree.rc 文件。