github/action: add an auto assign action
Steven Allen committed
Aug 15, 2019 at 11:57 UTC
4e9d5b23c6ec27ebe32d450e92435efa85e4033e
1 file changed
+3
.github/main.workflow
new
+3
@@ -0,0 +1,3 @@
1
+action "Auto Assign" {
2
+ uses = "kentaro-m/auto-assign@v1.0.0"
3
+}