Skip to content

Auto Assign Review Teams

Actions
Send review requests to teams (with Auto Assignment) or persons
v1.1.3
Latest
Star (16)

Auto Assign Review Teams

  • Assign individual persons or member of GitHub Teams
  • Team Assignment Works best, if code review assignment for the team is enabled
  • Assign individual person from list of persons or first Github Team in the list if pick-one-from-persons-or-team flag is true

Example Usage

name: "Assign Reviewers"
on:
  pull_request:
    types: [opened, ready_for_review]

jobs:
  assign-reviewers:
    runs-on: ubuntu-latest
    steps:
      - name: "Assign Team and Persons"
        uses: rowi1de/[email protected]
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          org: "github-org" #only needed for  pick-one-from-persons-or-team=true
          teams: "gitub-org-team" # only works for GitHub Organisation/Teams
          persons: "rowi1de" # add individual persons here
          include-draft: false # Draft PRs will be skipped (default: false)
          skip-with-manual-reviewers: 0 # Skip this action, if the number of reviwers was already assigned (default: 0)
          pick-one-from-persons-or-team: false # Will pick out one reviewer from persons and/or the first GitHub team and "org" set (default: false)

Build

npm run build &&  npm run package

Auto Assign Review Teams is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Send review requests to teams (with Auto Assignment) or persons
v1.1.3
Latest

Auto Assign Review Teams is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.