Skip to content

AutoAssignReviewerTeam

Actions
Run script that auto-assigns a team as a PR reviewer
v0.5
Latest
Star (3)

auto-assign-reviewer-team

Github Action that auto-assigs a team as a PR reviewer

Usage example

Create a workflow file (e.g. .github/workflows/auto-assign.yml) that contains a step that uses: nikosmoum/[email protected]. Example:

name: AutoAssignReviewer

on:
  pull_request:
    types: [opened, ready_for_review]

jobs:
  auto-assign-reviewer:
    runs-on: ubuntu-latest
    steps:
      - name: Run assignment of reviewer team
        uses: nikosmoum/[email protected]
        with:
          githubToken: ${{ secrets.GITHUB_TOKEN }}
          teamName: 'my-team-name'

AutoAssignReviewerTeam 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

Run script that auto-assigns a team as a PR reviewer
v0.5
Latest

AutoAssignReviewerTeam 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.