Fix action version (#5299)
This commit is contained in:
parent
5a02433080
commit
52aa4b6c22
1 changed files with 7 additions and 7 deletions
14
.github/workflows/pr_triage.yml
vendored
14
.github/workflows/pr_triage.yml
vendored
|
@ -16,43 +16,43 @@ jobs:
|
||||||
dot: true
|
dot: true
|
||||||
|
|
||||||
- name: Auto Assign [Audio]
|
- name: Auto Assign [Audio]
|
||||||
uses: kentaro-m/auto-assign-action@v1
|
uses: kentaro-m/auto-assign-action@v1.2.5
|
||||||
with:
|
with:
|
||||||
configuration-path: '.github/assign/audio.yml'
|
configuration-path: '.github/assign/audio.yml'
|
||||||
if: github.event.action == 'opened'
|
if: github.event.action == 'opened'
|
||||||
|
|
||||||
- name: Auto Assign [CPU]
|
- name: Auto Assign [CPU]
|
||||||
uses: kentaro-m/auto-assign-action@v1
|
uses: kentaro-m/auto-assign-action@v1.2.5
|
||||||
with:
|
with:
|
||||||
configuration-path: '.github/assign/cpu.yml'
|
configuration-path: '.github/assign/cpu.yml'
|
||||||
if: github.event.action == 'opened'
|
if: github.event.action == 'opened'
|
||||||
|
|
||||||
- name: Auto Assign [GPU]
|
- name: Auto Assign [GPU]
|
||||||
uses: kentaro-m/auto-assign-action@v1
|
uses: kentaro-m/auto-assign-action@v1.2.5
|
||||||
with:
|
with:
|
||||||
configuration-path: '.github/assign/gpu.yml'
|
configuration-path: '.github/assign/gpu.yml'
|
||||||
if: github.event.action == 'opened'
|
if: github.event.action == 'opened'
|
||||||
|
|
||||||
- name: Auto Assign [GUI]
|
- name: Auto Assign [GUI]
|
||||||
uses: kentaro-m/auto-assign-action@v1
|
uses: kentaro-m/auto-assign-action@v1.2.5
|
||||||
with:
|
with:
|
||||||
configuration-path: '.github/assign/gui.yml'
|
configuration-path: '.github/assign/gui.yml'
|
||||||
if: github.event.action == 'opened'
|
if: github.event.action == 'opened'
|
||||||
|
|
||||||
- name: Auto Assign [Horizon]
|
- name: Auto Assign [Horizon]
|
||||||
uses: kentaro-m/auto-assign-action@v1
|
uses: kentaro-m/auto-assign-action@v1.2.5
|
||||||
with:
|
with:
|
||||||
configuration-path: '.github/assign/horizon.yml'
|
configuration-path: '.github/assign/horizon.yml'
|
||||||
if: github.event.action == 'opened'
|
if: github.event.action == 'opened'
|
||||||
|
|
||||||
- name: Auto Assign [Infra]
|
- name: Auto Assign [Infra]
|
||||||
uses: kentaro-m/auto-assign-action@v1
|
uses: kentaro-m/auto-assign-action@v1.2.5
|
||||||
with:
|
with:
|
||||||
configuration-path: '.github/assign/infra.yml'
|
configuration-path: '.github/assign/infra.yml'
|
||||||
if: github.event.action == 'opened'
|
if: github.event.action == 'opened'
|
||||||
|
|
||||||
- name: Auto Assign [Global]
|
- name: Auto Assign [Global]
|
||||||
uses: kentaro-m/auto-assign-action@v1
|
uses: kentaro-m/auto-assign-action@v1.2.5
|
||||||
with:
|
with:
|
||||||
configuration-path: '.github/assign/global.yml'
|
configuration-path: '.github/assign/global.yml'
|
||||||
if: github.event.action == 'opened'
|
if: github.event.action == 'opened'
|
Loading…
Reference in a new issue