sourcegraph/sourcegraph-public-snapshot

Automerge GitHub bot

开放

#11,392 创建于 2020年6月9日

 (3 条评论) (3 个反应) (0 位负责人)Go (1,374 个派生)auto 404
good first issueops & tools & dev

仓库指标

星标
 (10,290 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I would love to have a bot that can do the following:

  • Auto merge PRs that I have flagged for automerge and that have passed all status checks.
  • When merging PRs, create a squashed commit message that has the same title and description as the PR. This is unlike GitHub's default behavior of inlining actual commit messages from your branch (which are generally not helpful when squash merging).

There are some bots that certainly do automerging, but I don't know about the second requirement. Whoever works on this should do some research on what exists and determine if it would be easier for us to build our own that does the above two things or try to contribute to an existing bot that would solve the two use-cases above.

e.g.

贡献者指南