cffbots / filtering

Tool to discover github repos that could benefit from cffconvert-github-action
Apache License 2.0
1 stars 0 forks source link

Refactor: split into owner and repo #39

Open abelsiqueira opened 2 years ago

abelsiqueira commented 2 years ago

Almost every function splits the URL into owner and repo. It is probably easier to just store only the owner and repo directly.

jspaaks commented 2 years ago

It is probably easier to just store only the owner and repo directly.

but difficult to combine with the current filter data structure, so needs to wait until we have something like https://github.com/cffbots/filtering/issues/15#issuecomment-1022967220