chore: disable Labeler

This commit is contained in:
Vadim Dalecky 2019-08-20 17:55:29 +02:00 committed by GitHub
parent 5734f1c1be
commit 7dc001169b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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