summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-08-21 15:52:55 -0700
committerJason Wray <jason@mapbox.com>2019-08-21 15:52:55 -0700
commitefee4ff56ccbea3fcf3c7a5f3e6c1c4c39a9e819 (patch)
tree56b87ea2bd3bcde29412e951ea894cdb8986994e /.github/labeler.yml
parent16a8f3ec7a98452e0fde0077486cf7e36d86b517 (diff)
downloadqtlocation-mapboxgl-efee4ff56ccbea3fcf3c7a5f3e6c1c4c39a9e819.tar.gz
[meta] Add auto-labeling GitHub actionupstream/friedbunny-github-action-labels
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
new file mode 100644
index 0000000000..e24e4803db
--- /dev/null
+++ b/.github/labeler.yml
@@ -0,0 +1,39 @@
+android:
+- platform/android/**/*
+
+core:
+- platform/default/**/*
+- src/**/*
+- test/**/*
+- vendor/**/*
+
+documentation:
+- ./**/*.md
+- ./**/*.md.ejs
+- platform/**/docs/**/*
+
+ios:
+- platform/ios/**/*
+- platform/darwin/**/*
+
+linux:
+- platform/linux/**/*
+
+macos:
+- platform/macos/**/*
+- platform/darwin/**/*
+
+node.js:
+- platform/node/**/*
+
+offline:
+- platform/android/src/offline/**/*
+- platform/default/mbgl/storage/offline*
+- include/mbgl/storage/offline*
+
+qt:
+- platform/qt/**/*
+
+telemetry:
+- platform/android/MapboxGLAndroidSDK/**/telemetry/**/*
+- platform/ios/vendor/mapbox-events-ios/**/*