chore: add base workflow file (#18006)
This commit is contained in:
parent
e7ef374899
commit
72baff1c88
1 changed files with 9 additions and 0 deletions
9
.github/main.workflow
vendored
Normal file
9
.github/main.workflow
vendored
Normal 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" ]
|
||||||
|
}
|
Loading…
Reference in a new issue