ci: add automatic pr labeler (#2912)

* ci: add automatic pr labeler

* ci: add specific pr target types for the labeler
This commit is contained in:
ITOH
2023-03-30 21:34:38 +02:00
committed by GitHub
parent 678063993a
commit f41fe4dbb5
2 changed files with 94 additions and 0 deletions

12
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
on:
pull_request_target:
types: ['edited', 'opened', 'reopened', 'synchronize']
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- uses: fuxingloh/multi-labeler@v2
with:
github-token: ${{secrets.GITHUB_TOKEN}}