summaryrefslogtreecommitdiff
path: root/.github/main.workflow
blob: 5a999cfb84695e71b67579c23255b84169bf0c24 (plain) (blame)
1
2
3
4
5
6
7
8
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"]
}