Actions: Disable labeler action.

I've left the `labeler.yml` configuration file, in case this ever starts working
properly with forks.
This commit is contained in:
Taus Brock-Nannestad
2019-12-16 13:53:00 +01:00
parent 5cea452123
commit d5d6093e75

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 }}"