Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jacktomlinson opened this issue Jun 15, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@jacktomlinson
Copy link

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?

@boyney123
Copy link
Owner

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 boyney123 added the enhancement New feature or request label Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants