popuko icon indicating copy to clipboard operation
popuko copied to clipboard

A helpful operation bot for GitHub. This helps to assign a reviewer, to merge a pull request, and to notify an unmergeable pull request with a comment as a command interactively.

Results 28 popuko issues
Sort by recently updated
recently updated
newest added

I-enhancement
A-app/accept-changeset

Some projects or organizations have already used labels which are similar to `S-awaiting-merge`, `S-awaiting-review`, or others. If we introduce this bot to such projects, we need to configure the source...

https://godoc.org/context

I-refactor
A-app

Inspired from: - https://github.com/servo/homu/issues/85

I-enhancement
A-app/auto-merge
B-meta

- https://github.com/blog/2291-introducing-review-requests - But there is no public api 😢

I-enhancement
A-app/assign-reviewer

- Relate: https://github.com/nekoya/popuko/issues/27 - We would need to support [AWS CodeBuild](https://aws.amazon.com/jp/codebuild/) as a builder backend for `try` command.

I-enhancement
A-app/auto-merge/backend

At now, `r-` command only removes the pull request from the awaiting queue. Not stop to builders which are started by `r+` command.

I-enhancement
A-app/auto-merge
A-app/auto-merge/backend

- For internally usage, we might need support to check jenkins' status. - But this priority is low.

I-enhancement
A-app/auto-merge/backend

- I'd like to do this! - But we need start to build a wrapper library for GitHub API v3 or later.

I-refactor
A-app
E-hard
B-RFC