Add auto labeler workflow

This commit is contained in:
Jan200101
2021-10-25 19:29:31 +02:00
parent 3f1378ab2e
commit 065fe07696
2 changed files with 51 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Apply Type Label
uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: "" # works around actions/labeler#104