rowi1de/auto-assign-review-teams

Repository files navigation

  • Assign individual persons or member of Teams
  • Team Assignment Works best, if code review assignment for the team is enabled
  • Assign individual person from list of persons or first Team in the list if pick-one-from-persons-or-team flag is true
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._TOKEN }}
          org: "-org" #only needed for  pick-one-from-persons-or-team=true
          teams: "gitub-org-team" # only works for  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  team and "org" set (default: false)
npm run build &&  npm run package

About

Action to Assign Review Teams

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6