Add labeler action from github

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1094/head
Jerome Luckenbach 2019-11-27 22:09:56 +01:00 committed by GitHub
parent 3b5f9f1bef
commit 1e596ec5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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

@ -0,0 +1,16 @@
name: Labeler
on:
pull_request:
types: [open,synchronize,reopen]
schedule:
- cron: '0/15 * * * *'
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: paulfantom/periodic-labeler@v0.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml