Remove the labeler workflow.

It's not actually doing anything currently besides making it look like at first glance that every commit to master has some kind of error.
This commit is contained in:
pentarctagon 2019-11-17 11:51:23 -06:00
parent 212a91113c
commit ed7cd5b78b
No known key found for this signature in database
GPG key ID: 29E48D667D52CCF3

View file

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