Skip to content

Commit a0f0368

Browse files
Disable AssignReviewers.yml
1 parent 6f31659 commit a0f0368

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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'

0 commit comments

Comments
 (0)