GithubOrganizer
GithubOrganizer copied to clipboard
Github App for making Organizations easier to manage
It would be useful if we can additionally set the following options: * Repository visibility (public, private, internal) * Delete branch upon merge
First of, cool project! 🎉 I have an organization where a lot of repositories (but not quite all) should share a specific set of labels. However, it seems like there...
Whilst running the GitHub Organizer came across an issue for the ```update_repository_settings``` function within the ```githuborganizer/models/gh.py``` file ``` [2022-02-03 15:43:34,226: ERROR/ForkPoolWorker-7] Task githuborganizer.tasks.github.update_repository_settings[829edf7c-b1a9-432a-98bc-85d3119b3809] raised unexpected: AttributeError("'bool' object has no attribute...
Whilst running the GitHub Organizer came across an issue for the ```update_team_members``` function within the ```githuborganizer/tasks/github.py``` file ``` [2022-01-28 16:51:12,424: ERROR/ForkPoolWorker-68] Task githuborganizer.tasks.github.update_team_members[650674c1-837d-4931-bdfb-05ad6bccfeb1] raised unexpected: Traceback (most recent call last):...
Whilst running the GitHub Organizer came across an issue for the ```update_organization_teams``` function within the githuborganizer/tasks/github.py file ``` INFO/ForkPoolWorker-44] Missed the cache building the url [2022-01-28 16:46:15,294: INFO/ForkPoolWorker-49] Building a...
Whilst running the GitHub Organizer came across an issue for the ```update_branch_protection``` function within the ```githuborganizer/tasks/github.py``` file It looks like its trying to find a URL ```REPO_NAME/branch/master/protection``` which wouldn't exist....
Whilst running the GitHub Organizer came across an issue for the ```update_organization_teams``` function within the ```githuborganizer/tasks/github.py``` file ``` Task githuborganizer.tasks.github.update_organization_teams[75a2f910-9ad1-4575-a1c5-f25c17ae3405] raised unexpected: TypeError("argument of type 'bool' is not iterable",) Traceback...
Whilst running the GitHub Organizer came across an issue for the ```update_repository_settings``` function within the ```githuborganizer/tasks/github.py``` file ``` 2022-01-28 16:51:12,955: INFO/ForkPoolWorker-72] JSON was returned [2022-01-28 16:51:12,957: INFO/ForkPoolWorker-72] Task githuborganizer.tasks.github.update_repository_settings[140d0010-007c-46c5-9824-0f30e0c5df1d] succeeded...
Whilst running the GitHub Organizer came across an issue for the ```update_repo_branch_protection``` function within the ```githuborganizer/tasks/github.py``` file ``` [2022-01-28 16:51:13,728: INFO/MainProcess] Received task: githuborganizer.tasks.github.update_repo_branch_protection[4499a93d-5a9e-45a8-bd0e-70fcc93fc078] [2022-01-28 16:51:13,761: INFO/ForkPoolWorker-71] JSON was returned...