|
|
@@ -1,6 +1,6 @@
|
|
|
name: "Pull Request Triage"
|
|
|
on:
|
|
|
-- pull_request_target
|
|
|
+ pull_request_target:
|
|
|
|
|
|
jobs:
|
|
|
triage:
|
|
|
@@ -15,37 +15,44 @@ jobs:
|
|
|
sync-labels: true
|
|
|
dot: true
|
|
|
|
|
|
- - uses: kentaro-m/auto-assign-action@v1.2.5
|
|
|
+ - name: Auto Assign [Audio]
|
|
|
+ uses: kentaro-m/auto-assign-action@v1
|
|
|
with:
|
|
|
configuration-path: '.github/assign/audio.yml'
|
|
|
if: github.event.action == 'opened'
|
|
|
|
|
|
- - uses: kentaro-m/auto-assign-action@v1.2.5
|
|
|
+ - name: Auto Assign [CPU]
|
|
|
+ uses: kentaro-m/auto-assign-action@v1
|
|
|
with:
|
|
|
configuration-path: '.github/assign/cpu.yml'
|
|
|
if: github.event.action == 'opened'
|
|
|
|
|
|
- - uses: kentaro-m/auto-assign-action@v1.2.5
|
|
|
+ - name: Auto Assign [GPU]
|
|
|
+ uses: kentaro-m/auto-assign-action@v1
|
|
|
with:
|
|
|
configuration-path: '.github/assign/gpu.yml'
|
|
|
if: github.event.action == 'opened'
|
|
|
|
|
|
- - uses: kentaro-m/auto-assign-action@v1.2.5
|
|
|
+ - name: Auto Assign [GUI]
|
|
|
+ uses: kentaro-m/auto-assign-action@v1
|
|
|
with:
|
|
|
configuration-path: '.github/assign/gui.yml'
|
|
|
if: github.event.action == 'opened'
|
|
|
|
|
|
- - uses: kentaro-m/auto-assign-action@v1.2.5
|
|
|
+ - name: Auto Assign [Horizon]
|
|
|
+ uses: kentaro-m/auto-assign-action@v1
|
|
|
with:
|
|
|
configuration-path: '.github/assign/horizon.yml'
|
|
|
if: github.event.action == 'opened'
|
|
|
|
|
|
- - uses: kentaro-m/auto-assign-action@v1.2.5
|
|
|
+ - name: Auto Assign [Infra]
|
|
|
+ uses: kentaro-m/auto-assign-action@v1
|
|
|
with:
|
|
|
configuration-path: '.github/assign/infra.yml'
|
|
|
if: github.event.action == 'opened'
|
|
|
|
|
|
- - uses: kentaro-m/auto-assign-action@v1.2.5
|
|
|
+ - name: Auto Assign [Global]
|
|
|
+ uses: kentaro-m/auto-assign-action@v1
|
|
|
with:
|
|
|
configuration-path: '.github/assign/global.yml'
|
|
|
- if: github.event.action == 'opened'
|
|
|
+ if: github.event.action == 'opened'
|