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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is an issue/merge bot good for on gitlab?

1 点作者 theSage超过 6 年前
I&#x27;ve been meaning to put up an issue bot for auto labeling of issues and a merge bot for handling WIP tags etc in our company&#x27;s gitlab.<p>Does anyone have experience doing the same? If so what is one thing that this bot would absolutely need to do?<p>So far I&#x27;ve seen them clean up stale issues, make sure contributors sign contracts. Is there something else these are good for?

2 条评论

rurban超过 6 年前
I&#x27;m tracking patches for external git projects I&#x27;m using with such a local merge&#x2F;rebase bot. you need to enable the rr-cache then. manual intervention only needed once a year. tracking submodules alone doesn&#x27;t keep your patches.
评论 #18303150 未加载
meks超过 6 年前
Hey there, this is Mek from Gitlab.<p>In addition to using the bot to clean up stale issues, we are also using it for label hygiene and triage package automation.<p>- Label hygiene. Detect missed deliverable and track the version of regressions. See <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-ce&#x2F;issues&#x2F;49201" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-ce&#x2F;issues&#x2F;49201</a> and <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-ce&#x2F;issues&#x2F;48518" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-ce&#x2F;issues&#x2F;48518</a><p>- Triage package, we work remotely hence there is no bug grooming meeting, we do all of this in issues. A triage package is generated for each team by the bot every week. See <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-ce&#x2F;issues&#x2F;52781" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-ce&#x2F;issues&#x2F;52781</a><p>You can set this up rather easily via the gitlab-triage project. The project is public <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-triage" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-triage</a><p>You can see how the bot is being used in <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;quality&#x2F;triage-ops" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;quality&#x2F;triage-ops</a>