提交 f6439aef 编写于 作者: J JJ Kasper 提交者: Tim Neutkens

Add workflow to generate stats for release (#6836)

This adds triggering the PR Stats GitHub Action for a canary release. It compares the latest canary release with the last stable release and posts it as a comment to the commit. 
上级 6bb83272
......@@ -3,6 +3,11 @@ workflow "Generate pull request stats" {
resolves = ["PR Stats"]
}
workflow "Generate release stats" {
on = "release"
resolve = ["PR Stats"]
}
action "PR Stats" {
uses = "zeit/next-stats-action@master"
secrets = ["GITHUB_TOKEN"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册