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"] +}