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:
parent
212a91113c
commit
ed7cd5b78b
1 changed files with 0 additions and 12 deletions
12
.github/workflows/label.yml
vendored
12
.github/workflows/label.yml
vendored
|
@ -1,12 +0,0 @@
|
|||
name: Labeler
|
||||
on: []
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Add table
Reference in a new issue