Skip to content

An action which adds reviewers to the pull request when the pull request is opened.

Notifications You must be signed in to change notification settings

chronograph-pe/auto-assign-action

 
 

Repository files navigation

Auto Assign Action

An action which adds reviewers to the pull request when the pull request is opened.

▶️ Usage

Create a workflow (e.g. .github/workflows/action.yml For more detail, refer to Configuring a workflow) for running the auto-assign action.

name: auto-assign
on:
  pull_request:
    types: [opened, ready_for_review]

jobs:
  add-reviewser:
    runs-on: ubuntu-latest
    steps:
      - uses: chronograph-pe/auto-assign-action@master
        with:
          github_token: ${{ secrets.ACTIONS_TOKEN }} # Must include pull_request:write and members:read permissions
          teams: team1,team2,team3

📝 Licence

MIT

About

An action which adds reviewers to the pull request when the pull request is opened.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%