add labeler workflow

This commit is contained in:
RadWolfie 2021-01-08 07:36:17 -06:00
parent 7f86dc80ae
commit 4361c7c6c9
1 changed files with 14 additions and 0 deletions

14
.github/workflows/pull-request.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Pull Request Manager
on:
pull_request_target:
jobs:
pr_manager:
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: actions/labeler@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true