chore: add base workflow file (#18006)

This commit is contained in:
Shelley Vohr
2019-04-27 17:53:08 -07:00
committed by GitHub
parent e7ef374899
commit 72baff1c88

9
.github/main.workflow vendored Normal file
View File

@@ -0,0 +1,9 @@
workflow "Clerk" {
on = "pull_request"
resolves = "Check release notes"
}
action "Check release notes" {
uses = "electron/clerk@master"
secrets = [ "GITHUB_TOKEN" ]
}