Skip to content

Commit d4f8ecb

Browse files
committed
Remove labeler and PR reviewer assignment from Evergreen
1 parent 32c0158 commit d4f8ecb

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -410,32 +410,6 @@ functions:
410410
export HEAD_SHA=${github_commit}
411411
bash etc/api_report.sh
412412
413-
"add PR labels":
414-
- command: shell.exec
415-
type: test
416-
params:
417-
shell: "bash"
418-
working_dir: src/go.mongodb.org/mongo-driver
419-
add_expansions_to_env: true
420-
script: |
421-
${PREPARE_SHELL}
422-
export CONFIG=$PROJECT_DIRECTORY/.github/labeler.yml
423-
export SCRIPT="$DRIVERS_TOOLS/.evergreen/github_app/apply-labels.sh"
424-
bash $SCRIPT -l $CONFIG -h ${github_commit} -o "mongodb" -n "mongo-go-driver"
425-
426-
"add PR reviewer":
427-
- command: shell.exec
428-
type: test
429-
params:
430-
shell: "bash"
431-
working_dir: src/go.mongodb.org/mongo-driver
432-
add_expansions_to_env: true
433-
script: |
434-
${PREPARE_SHELL}
435-
export CONFIG=$PROJECT_DIRECTORY/.github/reviewers.txt
436-
export SCRIPT="$DRIVERS_TOOLS/.evergreen/github_app/assign-reviewer.sh"
437-
bash $SCRIPT -p $CONFIG -h ${github_commit} -o "mongodb" -n "mongo-go-driver"
438-
439413
"backport pr":
440414
- command: subprocess.exec
441415
type: test
@@ -936,8 +910,6 @@ tasks:
936910
allowed_requesters: ["patch", "github_pr"]
937911
commands:
938912
- func: assume-test-secrets-ec2-role
939-
- func: "add PR reviewer"
940-
- func: "add PR labels"
941913
- func: "create-api-report"
942914

943915
- name: backport-pr

0 commit comments

Comments
 (0)