Delete labeler.yml

This commit is contained in:
m 2021-08-16 21:12:20 -05:00 committed by GitHub
parent 4f93ab7e6e
commit 1e99698777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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