diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000000000000000000000000000000000000..5a999cfb84695e71b67579c23255b84169bf0c24 --- /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"] +}