ci: re-add pr triage for labels

This commit is contained in:
iCrawl
2023-04-16 22:50:43 +02:00
parent f1b2dec8e1
commit f883279ab3
2 changed files with 13 additions and 8 deletions

13
.github/workflows/pr-triage.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: 'PR Triage'
on:
pull_request_target:
jobs:
pr-triage:
name: PR Triage
runs-on: ubuntu-latest
steps:
- name: Automatically label PR
uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true