A bot to do squash merges on pull requests
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2018-01-15 09:37:42 +01:00
testdata Parse an AUTHORS file 2017-06-08 09:08:38 +02:00
.gitignore wip 2016-03-05 14:02:38 +01:00
authorsfile.go Parse an AUTHORS file 2017-06-08 09:08:38 +02:00
authorsfile_test.go Parse an AUTHORS file 2017-06-08 09:08:38 +02:00
body.go Handle commit statuses 2016-03-20 17:21:22 +01:00
body_test.go Handle commit statuses 2016-03-20 17:21:22 +01:00
comment.go Automatically allow repo collaborators 2016-03-30 13:01:31 +02:00
db.go LGTMs are persistent 2017-03-20 13:01:45 +09:00
db_test.go Understand required status checks 2017-08-22 10:47:19 +02:00
handler.go Optionally add label when merging 2018-01-15 09:37:42 +01:00
handler_test.go Allow Skip-check to skip checks 2016-05-08 12:44:21 +02:00
LICENSE Readme & license 2016-03-05 14:28:50 +01:00
main.go Optionally add label when merging 2018-01-15 09:37:42 +01:00
permissions.go GitHub API update 2017-11-15 08:15:00 +01:00
pr.go Optionally add label when merging 2018-01-15 09:37:42 +01:00
pr_test.go Regexp match skips 2017-08-30 07:58:49 +02:00
README.md Readme & license 2016-03-05 14:28:50 +01:00
reflow.go Handle commit statuses 2016-03-20 17:21:22 +01:00
responses.go Trigger TC rebuild on command 2017-07-30 12:04:21 +02:00
rewflow_test.go wip 2016-03-05 14:02:45 +01:00
script.go wip 2016-03-04 22:31:25 +01:00
tc_trigger.go Trigger TC rebuild on command 2017-07-30 12:04:21 +02:00
webhook.go Understand required status checks 2017-08-22 10:47:19 +02:00

mergebot

A bot to do squash merges on pull requests.