Update main.workflow

This commit is contained in:
偏右 2019-02-23 20:26:16 +08:00 committed by GitHub
parent a73cbe99e5
commit cca47ac3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,8 @@
workflow "New workflow" {
on = "push"
resolves = ["Auto Assign"]
}
action "Auto Assign" {
uses = "kentaro-m/auto-assign@v1.0.0"
}