electron/.github/main.workflow

10 lines
176 B
Text
Raw Normal View History

2019-04-28 00:53:08 +00:00
workflow "Clerk" {
on = "pull_request"
resolves = "Check release notes"
}
action "Check release notes" {
uses = "electron/clerk@master"
secrets = [ "GITHUB_TOKEN" ]
}