Skip to content

LeavittSoftware/auto-pr-assign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@delivery-much/actions-assigner

Auto assign all team members to a PR

Inputs

Name Description Example
token Required A repo scoped personal access token. ${{ secrets.GH_TOKEN }}
org GitHub org
production-teams Slugs of active production teams, separated by comma backend

Example workflow

  • Create a file pull-request.yml in .github/workflows/ directory with the following content:
name: pull-request
on:
  pull_request:
    types: [opened, reopened]
jobs:
  assign:
    runs-on: ubuntu-latest
    steps:
      - uses: LeavittSoftware/auto-pr-assign@master
        with:
          token: ${{ secrets.GH_TOKEN }}
          org: myOrg
          production-teams: "TeamA,TeamB"

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published