File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : ' Auto Assign'
2- on :
3- pull_request :
4- types : [labeled]
5- # types: [opened, ready_for_review]
1+ # name: 'Auto Assign'
2+ # on:
3+ # pull_request:
4+ # types: [labeled]
5+ # # types: [opened, ready_for_review]
66
7- jobs :
8- add-dev-reviews :
9- runs-on : ubuntu-latest
10- steps :
11- - name : Wait for label to register
12- run : sleep 5
7+ # jobs:
8+ # add-dev-reviews:
9+ # runs-on: ubuntu-latest
10+ # steps:
11+ # - name: Wait for label to register
12+ # run: sleep 5
1313
14- - uses : kentaro-m/auto-assign-action@a6d59add3a817df08cafa9b166367768d2c337f8 # v2.0.1
15- with :
16- configuration-path : ' .github/auto_assign_dev.yml'
14+ # - uses: kentaro-m/auto-assign-action@a6d59add3a817df08cafa9b166367768d2c337f8 # v2.0.1
15+ # with:
16+ # configuration-path: '.github/auto_assign_dev.yml'
1717
18- add-da-reviews :
19- runs-on : ubuntu-latest
20- steps :
21- - name : Wait for label to register
22- run : sleep 5
18+ # add-da-reviews:
19+ # runs-on: ubuntu-latest
20+ # steps:
21+ # - name: Wait for label to register
22+ # run: sleep 5
2323
24- - uses : kentaro-m/auto-assign-action@a6d59add3a817df08cafa9b166367768d2c337f8 # v2.0.1
25- with :
26- configuration-path : ' .github/auto_assign_da.yml'
24+ # - uses: kentaro-m/auto-assign-action@a6d59add3a817df08cafa9b166367768d2c337f8 # v2.0.1
25+ # with:
26+ # configuration-path: '.github/auto_assign_da.yml'
You can’t perform that action at this time.
0 commit comments