You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
So we have nearly 200 repositories, many of which have the same configurations:
and many other settings are basically the same in our company. For example, we have user-groups for reviewers and we don't have to go and set that for each repository, we could just set it once
Another problem is - one of the thing we are facing right now - we set docker username/passwords and some other environment variables for Pipeline build... any change in our Pipeline process, resetting password, adding new env variable, all requires one person to go through all the 200 repositories and set them one by one. You can tell that when a repeating task is in place human makes mistakes... now imagine after setting all those repositories, something comes up and we'll need to change them again.
I wish there was a central settings page for all repositories so any repository would inherit those settings unless a specific configuration needs to be overridden in the repo settings itself.
I'd like to know your opinion
Thanks