auto-assign-owners.yml 333 B

1234567891011121314
  1. name: 'Auto Assign'
  2. on:
  3. pull_request_target:
  4. types: [opened, ready_for_review]
  5. jobs:
  6. add-owner:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - name: run
  10. uses: kentaro-m/auto-assign-action@v1.1.2
  11. with:
  12. configuration-path: ".github/auto_assign.yml"
  13. repo-token: '${{ secrets.GITHUB_TOKEN }}'