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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ]
}