lindell / multi-gitter

Update multiple repositories in with one command
Apache License 2.0
819 stars 64 forks source link

Feature request: Skip Archived Repos in org #469

Open yrsurya opened 3 months ago

yrsurya commented 3 months ago

The feature request

-O, --org strings The name of a GitHub organization. All repositories in that organization will be used.

Currently above checking for all repos ( Active , Archived )

Is there any filter to check for only Active repos? My use case

I am trying to execute only on active repos excluding archive repos for better results Implementation

yrsurya commented 3 months ago

https://github.com/lindell/multi-gitter/pull/240 - I do this for Gitlab but not able to find for Github

lindell commented 3 months ago

This should already happen (by default) since almost the first release. https://github.com/lindell/multi-gitter/commit/134685ad8a70d7d24646620e0311df72b3f95e5d

If you have examples of this not happening for GitHub repos, that would be a bug. Please provide steps to repro this