add maintainer review action to main.workflow
This commit is contained in:
9
.github/main.workflow
vendored
Normal file
9
.github/main.workflow
vendored
Normal file
@@ -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"]
|
||||
}
|
Reference in New Issue
Block a user