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

GitHub Action to auto-add from many repos #16

Open
2 tasks
jwfuller opened this issue May 23, 2023 · 4 comments
Open
2 tasks

GitHub Action to auto-add from many repos #16

jwfuller opened this issue May 23, 2023 · 4 comments
Labels

Comments

@jwfuller
Copy link

jwfuller commented May 23, 2023

GitHub Project Workflow tools allow items from repositories to be automatically added to a Project. We would like to be able to automatically add items from many repos, both inside our Org and outside our Org. DUE team manages 5+ repos in our organization and several in a NASA org

On our current GH Plan, you are allowed one (1) auto-add workflow per project.

I think we can replicate this with GH Actions. For repos in our org, add an Action to each repo that pushes Issues to the project. For external repos, add an Action to a meta-repo that runs on cron to find new Issues and pull them in

  • Pull in Issues from a list of repositories in our organization
  • Pull in Issues from a list of repositories outside our organization
@MattF-NSIDC
Copy link
Member

What's the use-case of this?

@jwfuller
Copy link
Author

@MattF-NSIDC Updated the description with a more detailed use case

@jwfuller
Copy link
Author

May want to look at https://github.com/actions/add-to-project

@MattF-NSIDC
Copy link
Member

We could use this on US AON project.

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

No branches or pull requests

2 participants