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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A watcher for contributors to various projects: GraphQL with GitHub Actions

12 点作者 cedricbonhomme将近 5 年前

2 条评论

cedricbonhomme将近 5 年前
The repository is self-updated: <a href="https:&#x2F;&#x2F;github.com&#x2F;cedricbonhomme&#x2F;contributors&#x2F;blob&#x2F;master&#x2F;.github&#x2F;workflows&#x2F;update-contributors.yml#L7" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cedricbonhomme&#x2F;contributors&#x2F;blob&#x2F;master&#x2F;....</a>
评论 #23873770 未加载
ivan_ah将近 5 年前
For anyone interested in trying this, you need to set the ENV var `CONTRIBUTORS_TOKEN` with your github API token, then create a README.md with the following sections:<p><pre><code> ### [{project}](https:&#x2F;&#x2F;github.com&#x2F;{owner}&#x2F;{project}&#x2F;) &lt;!-- contributors-{project} starts --&gt; contirbutors will be auto-populated here &lt;!-- contributors-{project} ends --&gt; </code></pre> with the {owner} and {project} replaced, then after running authors.py the README will get auto-populated.<p>Very very cool.