add maintainer review action to main.workflow
This commit is contained in:
parent
3179d98e12
commit
54e3bc31f9
1 changed files with 9 additions and 0 deletions
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"]
|
||||||
|
}
|
Loading…
Reference in a new issue