feat: add auto labeler

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-09-11 22:11:16 +02:00 committed by GitHub
parent f90d18ea45
commit 4196606bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/labeler.yml vendored Normal file
View file

@ -0,0 +1,14 @@
# Add 'repo' label to any root file changes
repo:
- '*'
po:
- po/*.po
source:
- any: ['src/**/*']
data:
- any: ['data/**/*']
ci:
- any: ['.github/workflows/*.yml']