Merge pull request #4157 from RasmusWL/add-labeler-action

Enable labeler action again
This commit is contained in:
Rasmus Wriedt Larsen
2020-09-04 11:15:15 +02:00
committed by GitHub

11
.github/workflows/labeler.yml vendored Normal file
View File

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