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

Feature request: refer to a Group rather than a list of repos #23

Open
nigelmegitt opened this issue Nov 22, 2016 · 4 comments
Open

Feature request: refer to a Group rather than a list of repos #23

nigelmegitt opened this issue Nov 22, 2016 · 4 comments

Comments

@nigelmegitt
Copy link

It would be helpful to track all the repos associated with a Group so that when new repos are created they automatically get added into the notifier without an extra maintenance task.

@richsalz
Copy link

richsalz commented Dec 2, 2021

Yes, something like "allRepos: name" where name names a GitHub organization, and it queries to get all the repo's in that organization from https://github.com/orgs/NAME/repositories

Would you be interseted in a PR that adds this?

@nigelmegitt
Copy link
Author

I think in the case of W3C Groups, they are all in the same GitHub organization. There's a finer level of granularity that associates each repo with a Group.

@dontcallmedom
Copy link
Owner

@richsalz I think a PR that would work well (and which I could likely easily build on to cater for W3C groups specificities) would be one that fetch a JSON file to figure the list of repos to watch, maybe with room for a simple declarative massaging of the JSON into a suitable list of repo names.

@richsalz
Copy link

richsalz commented Dec 2, 2021

Thanks, I'll poke at it. Probably need allGitHubRepo's or some such to avoid confusing with W3C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants