summaryrefslogtreecommitdiff
path: root/.github/workflows/label.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/workflows/label.yml
parent16a8f3ec7a98452e0fde0077486cf7e36d86b517 (diff)
downloadqtlocation-mapboxgl-efee4ff56ccbea3fcf3c7a5f3e6c1c4c39a9e819.tar.gz
[meta] Add auto-labeling GitHub actionupstream/friedbunny-github-action-labels
Diffstat (limited to '.github/workflows/label.yml')
-rw-r--r--.github/workflows/label.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
new file mode 100644
index 0000000000..c01c356959
--- /dev/null
+++ b/.github/workflows/label.yml
@@ -0,0 +1,12 @@
+name: Labeler
+on: [pull_request]
+
+jobs:
+ label:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/labeler@v2
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"