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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

We use CircleCI for CI. Recently it will returns a `neutral` state before state is determined by the CI. In the current code, except for `success`, it is designed to...

GitHub begin to experiment Merge Queue feature as limited beta. - https://github.blog/changelog/2021-10-27-pull-request-merge-queue-limited-beta/ - https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/adding-a-pull-request-to-the-merge-queue I think it would provide the primary feature of this bot. So we will get a...

* I seem GitHub Actions would be reasonable way to change label & reviewers. * [GitHub Actions](https://github.com/features/actions) is still public beta and there are some limitations. We cannot remove it...

I suspect this might be breaking change....

## Motivation 1. The current directory (package) design is depends on roles of codes. 1. But this bot contains 2 roles. * Labeling. * Auto-merger 1. The design should focus...

build: ``` docker build -f Dockerfile.build -t popuko/build:latest . docker run -v `pwd`:/src/github.com/voyagegroup/popuko popuko/build:latest ``` run: ``` docker build -f Dockerfile.release -t popuko/release:latest . docker run -v `pwd`/config:/config popuko/release:latest ```

Like https://github.com/voyagegroup/eslint-config-fluct/pull/116#issuecomment-347731386, popuko sometimes causes a dead lock.

## Code - here: https://github.com/voyagegroup/popuko/blob/7d867d369da3dca8387cfc862452a678a86cbaf3/operation/branch.go#L19-L22 - https://help.github.com/articles/checking-out-pull-requests-locally/ does not mention about `refs/pull/XXX/merge` ## Other mentions #### https://blog.bitrise.io/git-clone-step-revision > Update your Git Clone step to 4.0.5 (or higher) as we had...