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
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2
2 changed files with 13 additions and 8 deletions

View file

@ -1,8 +0,0 @@
addReviewers: true
reviewers:
- iCrawl
- SpaceEEC
- kyranet
- vladfrangu
numberOfReviewers: 0
runOnDraft: true

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