TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GitHub repo settings configuration as code

1 点作者 jonthepirate超过 2 年前
I&#x27;m looking for the best way to allow engineers at my company (1,500 engineers) to manage their GitHub repo settings via &quot;configuration as code&quot;. The GitHub repo settings UI webpage requires elevated permissions. The UI is not a good solution for us - we have compliance requirements as well as a general need to reduce chaos and to enforce a reasonable workflow with approvals.<p>From what I can tell, most companies are building their own solutions with Terraform or Pulumi.<p>Is there something that&#x27;s clearly the best solution for doing this? One thing I&#x27;ve come to learn is that developers don&#x27;t like Terraform because of high cognitive load, and that when Terraform changes are in someone&#x27;s way, it becomes the leading cause of loss of productivity.<p>Having not found something that feels easy to use, I&#x27;m wondering if I should possibly start an open source project that would help make it easy for any company to allow their developers to configure their GitHub repos settings as code.

1 comment

jaxxstorm超过 2 年前
The Pulumi github provider allows exactly this, and lots of organizations manage GitHub this way:<p><a href="https:&#x2F;&#x2F;www.pulumi.com&#x2F;registry&#x2F;packages&#x2F;github&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pulumi.com&#x2F;registry&#x2F;packages&#x2F;github&#x2F;</a>