Add label workflow

This commit is contained in:
Michael Skelton
2019-08-28 13:19:18 +10:00
committed by GitHub
parent d28d19f495
commit 2289c449f5

12
.github/workflows/label.yml vendored Normal file
View File

@@ -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 }}"