Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,18 @@ functions:
export HEAD_SHA=${github_commit}
bash etc/api_report.sh

"add PR labels":
- command: shell.exec
type: test
params:
shell: "bash"
working_dir: src/go.mongodb.org/mongo-driver
script: |
${PREPARE_SHELL}
CONFIG=$PROJECT_DIRECTORY/.github/labeler.yml
SCRIPT="$DRIVERS_TOOLS/.evergreen/github_app/apply-labels.sh"
bash $SCRIPT -l $CONFIG -h ${github_commit} -o "mongodb" -n "mongo-go-driver"

send-perf-data:
- command: perf.send
params:
Expand Down Expand Up @@ -864,6 +876,7 @@ tasks:
vars:
targets: "check-fmt check-license check-modules lint"
- func: "create-api-report"
- func: "add PR labels"

- name: perf
tags: ["performance"]
Expand Down
15 changes: 15 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

priority-3-low:
- changed-files:
- any-glob-to-any-file: '*'

documentation:
- changed-files:
- any-glob-to-any-file:
- docs/**
- examples/**

dependencies:
- changed-files:
- any-glob-to-any-file:
- go.mod