Revert "add maintainer review action to main.workflow" (#12316)
This reverts commit 54e3bc31f9
.
This commit is contained in:
parent
92ec732f9a
commit
a791234676
1 changed files with 0 additions and 9 deletions
9
.github/main.workflow
vendored
9
.github/main.workflow
vendored
|
@ -1,9 +0,0 @@
|
|||
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