auto-request-review icon indicating copy to clipboard operation
auto-request-review copied to clipboard

A GitHub Action that automatically requests review of a pull request based on files changes and/or groups the author belongs to πŸ€–

Results 26 auto-request-review issues
Sort by recently updated
recently updated
newest added

It seems the auto-request will start even if a suitable reviewer has already approved the PR. This creates a lot of noise.

## Problem Currently, I have a repository with the action setup to have `last_files_match_only=true`. When I open a PR with multiple files edited inside the PR that each have their...

# Overview Github user Nashqueue submitted a PR and the workflow failed to assign reviewers because the workflow picked Nashqueue as a reviewer. Can we update the workflow to proactively...

bug

Hello, I just don't know what I'm doing wrong... workflow ``` name: Add default reviewers run-name: Add default reviewers on: pull_request: types: [opened, ready_for_review, reopened] jobs: add-default-reviewers: runs-on: self-hosted steps:...

I have a github team that I'm trying to automatically request reviews by all team members, for all team members. Ex: team-1 consists of [dev1, dev2, dev3]. If dev2 submits...

In our pipeline we have a config similar to this: ```yml reviewers: defaults: - team:a # Reviewer groups each of which has a list of GitHub usernames groups: a: -...

Fixes #98. Github restricts requested reviewers to people having write access to a repo (collaborators), but people may actually want to request non-collaborators for review. This change separates non-collaborators from...

I already used "write-all", but my action still failed: ``` Run necojackarc/[email protected] Fetching configuration file from the source branch Fetching changed files in the pull request Identifying reviewers based on...

Sometimes a user incorrectly opens a PR in a ready for review state (not a draft). In such a situation the github action will assign a reviewer. If `ignore_draft: true`...

enhancement

We got a bit confusing thing. When we setting needed reviewers manually (in draft PR mode), auto-request sets `number_of_reviewers` reviewers anyway. So could we make some flag in yaml that...

enhancement