Hacktoberfest / hacktoberfest-repo-topic-apply

Cmd line tool to add a topic to your github repo, defaults to hacktoberfest
Apache License 2.0
51 stars 43 forks source link

Archived repos will cause some options to fail. #12

Closed Darkhax closed 4 years ago

Darkhax commented 4 years ago

This was touched on in the comments of #9 but I felt it could use a separate issue. If an org has an archived repo attempting to apply topics/labels will cause the task to fail and no further repos will be modified. While skipping just archived repos would be a partial solution, I think there is a broader issue here of having one repo fail the entire task. Would probably be better to catch any exception and make a log of it instead.