Kentaro Matsushita

Results 9 comments of Kentaro Matsushita

Hi, @itomtom! Thanks for adding a new feature. I have reviewed it. This change needs the scope of `members` to call GitHub Teams API. c.f. https://developer.github.com/v3/apps/permissions/#permission-on-members https://github.com/kentaro-m/auto-assign/blob/master/app.yml#L105 ```yml members: read...

Hi, @itomtom. Building these codes and running unit tests are failed in my environment (Node.js v12.18.3). How it behaves in your environment? ```shell ~/workspace/github.com/kentaro-m/auto-assign ttruong/feat/reviewersInTeams 19s ❯ npm run build...

Hi, @mrlubos! Thanks for waiting. The auto-assign bot is not supported to assign reviewers to the pull request using GitHub teams now. This topic has been discussed in https://github.com/kentaro-m/auto-assign/issues/39 and...

Recently, the application tries to use more memory and CPU than was allocated by Glitch's free tier (Glitch is the infrastructure that runs this application.). At that point, the application...

Hi, @brianeclow! Thanks for waiting. I thought a good idea which checking exist assignees or reviewers before adding its to PR. 1. Checking existed reviewers 1. Skip the process to...

Hi, @sdivelbiss. You can use `pull_request_target` event as trigger workflows to handle open pull requests from bots like Dependabot. When using it, there are a few security aspects that you...

@atmafox This action uses permissions for issues and pull requests. Refer to the following link for details. https://help.github.com/en/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token

Hi @Warchant ! Thanks for reporting the problem. The message `Review can not be requested from author` is shown, when the PR author is added as a reviewer to the...

@yoshi-koyama Thank you for reporting the Issue. I would like to share my understanding and thoughts on this Issue. Please let me know your opinion. ### Current Status The Team...