add labeler workflow
This commit is contained in:
parent
7f86dc80ae
commit
4361c7c6c9
|
@ -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
|
Loading…
Reference in New Issue