I've used ghtopdep to collect details about the usage of a project I maintain https://github.com/korthout/backport-action. This action is available under two packages and so dependents are tracked for each:
ghtopdep only looks at the dependents of the most popular package.
I would like ghtopdep to include the results of the other packages. Note that some dependents may be encountered in both packages, so duplicates should be removed.
I've used
ghtopdepto collect details about the usage of a project I maintain https://github.com/korthout/backport-action. This action is available under two packages and so dependents are tracked for each:ghtopdeponly looks at the dependents of the most popular package.I would like
ghtopdepto include the results of the other packages. Note that some dependents may be encountered in both packages, so duplicates should be removed.