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.

貢獻者指南