github/action: actually run the action and fork it for security
Steven Allen committed
Aug 15, 2019 at 12:16 UTC
a95e11921b071c86bed67ffd274fae8419c2532a
1 file changed
+6
-1
.github/main.workflow
+6
-1
@@ -1,3 +1,8 @@
1
action "Auto Assign" {
2
- uses = "kentaro-m/auto-assign@v1.0.0"
2
+ uses = "ipfs/auto-assign@v1.0.0"
3
+ secrets = ["GITHUB_TOKEN"]
4
+}
5
+workflow "Add reviewers/assignees to Pull Requests" {
6
+ on = "pull_request"
7
+ resolves = "Auto Assign"
8
}