status-checks icon indicating copy to clipboard operation
status-checks copied to clipboard

The ability to run a single install of status-checks across multiple repos

Open jacktomlinson opened this issue 5 years ago • 1 comments

It would be nice to run a single installation of status-checks across multiple repos. As a dev team that look after projects across a number of repos, this would save us installing and managing many instances of this project. Especially if you wanted to run the same check on them all as well.

Maybe something for the manifest.json file?

jacktomlinson avatar Jun 15 '19 09:06 jacktomlinson

Yeah interesting.

We could introduce something like this

{
  "title": "async-example",
  "description": "Async example of GitHub function",
  "projects:['my-github-project']
}


By default the tasks could run against all setup projects, or just the ones its configured too.

boyney123 avatar Jun 15 '19 09:06 boyney123