Merge pull request #74 from codingo/codingo-workflows

Add label workflow
This commit is contained in:
Michael Skelton
2019-08-28 13:19:34 +10:00
committed by GitHub

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