Skip to content

Feature: ability to fetch all repos in a GitHub org #32

Open
@jpmcb

Description

Type of feature

🍕 Feature

Current behavior

Right now, if someone wants to source all their repos within a single git repository, they'd need to do it one by one.

Suggested solution

It'd be great if there was the ability to iterate all repos in a github org and source them all at once.

The /bake route can stay the same, but we could add a member to the posted data that denotes a github org. Maybe something like:

curl -d '{"org":"https://github.com/open-sauced"}' \
  -H "Content-Type: application/json" \
  -X POST http://localhost:8080/bake

Open to other suggestions on how this could be tackled as well!

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions