You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
333 B
15 lines
333 B
4 years ago
|
name: 'Auto Assign'
|
||
|
on:
|
||
|
pull_request_target:
|
||
|
types: [opened, ready_for_review]
|
||
|
|
||
|
jobs:
|
||
|
add-owner:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: run
|
||
|
uses: kentaro-m/auto-assign-action@v1.1.2
|
||
|
with:
|
||
|
configuration-path: ".github/auto_assign.yml"
|
||
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|