You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a lot of repositories in my org and would like to poll for changes in all the repos. In the present case I have to mention all the repositories which will be a big list. The current configuration expects both org/user and the repository name: repositories: - user: "myOrganization" name: "myProject"
Is there any way I can get all the repositories in a given org without explicitly mentioning each?
The text was updated successfully, but these errors were encountered:
I have a lot of repositories in my org and would like to poll for changes in all the repos. In the present case I have to mention all the repositories which will be a big list. The current configuration expects both org/user and the repository name:
repositories: - user: "myOrganization" name: "myProject"
Is there any way I can get all the repositories in a given org without explicitly mentioning each?
The text was updated successfully, but these errors were encountered: