Revert "Initial actions/labeler config (#7091)" (#7156)

This reverts commit 32fdf4805a.
This commit is contained in:
Joel Challis 2019-10-26 00:27:17 +01:00 committed by GitHub
parent ad5ead24c3
commit d03303ab74
Failed to generate hash of commit
2 changed files with 0 additions and 29 deletions

View file

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