github/action: add an auto assign action

This commit is contained in:
Steven Allen 2019-08-15 11:57:44 -07:00 committed by GitHub
parent 4efbb4c48a
commit 4e9d5b23c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,3 @@
action "Auto Assign" {
uses = "kentaro-m/auto-assign@v1.0.0"
}