Remove label workflow

This commit is contained in:
James Mills 2021-01-04 13:46:22 +10:00
parent 26d97b96eb
commit a920d7b0a8
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

@ -1,10 +0,0 @@
---
name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"