From 54e3bc31f991200688044431f57ad8b3a25c12e8 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sun, 4 Aug 2019 10:14:44 -0700 Subject: add maintainer review action to main.workflow --- .github/main.workflow | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/main.workflow (limited to '.github') diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000000..5a999cfb84 --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,9 @@ +workflow "New workflow" { + on = "pull_request" + resolves = [".github/actions/add-maintainers-as-reviewers"] +} + +action ".github/actions/add-maintainers-as-reviewers" { + uses = ".github/actions/add-maintainers-as-reviewers" + secrets = ["GITHUB_TOKEN"] +} -- cgit v1.2.3-60-g2f50