Skip to content

nikosmoum/auto-assign-reviewer-team

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/auto-assign-reviewer-team@v0.5. 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/auto-assign-reviewer-team@v0.5
        with:
          githubToken: ${{ secrets.GITHUB_TOKEN }}
          teamName: 'my-team-name'

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published