auto-assign icon indicating copy to clipboard operation
auto-assign copied to clipboard

🤖 A Probot app that adds reviewers to pull requests when pull requests are opened.

Results 45 auto-assign issues
Sort by recently updated
recently updated
newest added

The type of `addAssignees` has been modified as it can accept strings as well as boolean values.

**Describe the bug** After configuring the auto_assign file, the "assignee" part is working, but the "reviewer" part (with regards to a team), is not. **To Reproduce** 1. Create PR 2....

* Using GitHub teams you can specify reviewers to be added to Pull Request * GitHub team's slug name is used under the label reviewersInTeams to extract the members in...

**Describe the bug** Auto-assignment on PR not working anymore. It used to work, and without any config changes it just stopped. This is our config: ``` addReviewers: false addAssignees: author...

**Is your feature request related to a problem? Please describe.** We have `numberOfReviewers` set to `2`. Everything works as expected, bot will *always* add 2 new reviewers. **Describe the solution...

**Is your feature request related to a problem? Please describe.** We have a large team and we don't want everyone to be auto assigned. **Describe the solution you'd like** Depending...

Right now, we don't see any marketplace section to install probot apps on the github enterprise server version account. What are the alternatives of integrating the already deployed probot bots...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Why does the bot doesn't handle draft PRs? I know it doesn't make sense for reviewers as this is draft and you don't want to assign, but if you have...

Hi! I am just exploring the auto-assign bot and I see I can configure groups to assign for reviews. However, these have to be defined in the config file. Since...