summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/main.workflow9
1 files changed, 9 insertions, 0 deletions
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"]
+}