GithubOrganizer
GithubOrganizer copied to clipboard
Allow setting of more options
It would be useful if we can additionally set the following options:
- Repository visibility (public, private, internal)
- Delete branch upon merge
Great timing- I was actually going to work on this a bit this weekend, including adding some features to set the default branch (in order to help organizations transition from "master" to "main" alongside Github).
Great! I was going to make a PR if I have time...
Another useful one would be setting the AD groups for teams as per https://developer.github.com/v3/teams/team_sync/
I've opened https://github.com/gitconsensus/GithubOrganizer/pull/5
Awesome, thank you! I'm testing some changes around default branches and once that's complete I'll deploy both changes at once.
When should updates run as I'm not seeing the changes I'm expecting. I'm guessing the logs aren't available anywhere?
I've released a bunch of upgrades today, including your changes, even more settings, the ability to take by repository topic, and default branches.
You seem to have commented out the delete branch on merge stuff?
https://github.com/gitconsensus/GithubOrganizer/commit/76dae7bada108a17ba7bfbf924b9d96dd1c70ef7
Oops, I'll get that corrected
Please can you uncomment out the delete branch on merge. Thank you
Hi Ted, Happy New Year. Just wondering if there is any update on getting the delete branch on merge line uncommented out? https://github.com/gitconsensus/GithubOrganizer/blob/3615e38515f20e36ebd12023908debda5b4a17b6/githuborganizer/models/gh.py#L251
any update on this one please?
I'd like to just say thank you for working on this project. I've been implementing it on my own org, and it's been quite helpful.
... that said ... would we be able to reimplement delete_branch_on_merge
?