gitconsensus / GithubOrganizer

Github App for making Organizations easier to manage
https://organizer.gitconsensus.com/
MIT License
36 stars 11 forks source link

Allow setting of more options #4

Open stuart-c opened 4 years ago

stuart-c commented 4 years ago

It would be useful if we can additionally set the following options:

tedivm commented 4 years ago

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).

stuart-c commented 4 years ago

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/

stuart-c commented 4 years ago

I've opened https://github.com/gitconsensus/GithubOrganizer/pull/5

tedivm commented 4 years ago

Awesome, thank you! I'm testing some changes around default branches and once that's complete I'll deploy both changes at once.

stuart-c commented 4 years ago

When should updates run as I'm not seeing the changes I'm expecting. I'm guessing the logs aren't available anywhere?

tedivm commented 3 years ago

I've released a bunch of upgrades today, including your changes, even more settings, the ability to take by repository topic, and default branches.

stuart-c commented 3 years ago

You seem to have commented out the delete branch on merge stuff?

https://github.com/gitconsensus/GithubOrganizer/commit/76dae7bada108a17ba7bfbf924b9d96dd1c70ef7

tedivm commented 3 years ago

Oops, I'll get that corrected

techxplain commented 3 years ago

Please can you uncomment out the delete branch on merge. Thank you

techxplain commented 3 years ago

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

dtroup-global commented 2 years ago

any update on this one please?

jobimrobinsantos-drizly commented 1 year ago

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?