ci: more automation for prs

This commit is contained in:
iCrawl
2022-01-09 22:30:52 +01:00
parent a8509c91ca
commit 7ddd337c4a
2 changed files with 11 additions and 1 deletions

15
.github/workflows/pr-automation.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: 'PR Automation'
on:
pull_request_target:
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Automatically label PR
uses: actions/labeler@v3
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true
- name: Automatically assign reviewers
uses: kentaro-m/auto-assign-action@v1.1.2