Add labeler action (#3671)

👷 add labeler action
This commit is contained in:
Niels Lohmann
2022-08-04 16:46:45 +02:00
committed by GitHub
parent 98d70d4676
commit 500bdc56bf
2 changed files with 52 additions and 0 deletions

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

@@ -0,0 +1,14 @@
name: "Pull Request Labeler"
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"