mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: add base workflow file (#18006)
This commit is contained in:
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" ]
|
||||
}
|
||||
Reference in New Issue
Block a user