mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-11-06 12:34:00 +00:00
15 lines
167 B
YAML
15 lines
167 B
YAML
|
# Add 'repo' label to any root file changes
|
||
|
repo:
|
||
|
- '*'
|
||
|
po:
|
||
|
- po/*.po
|
||
|
|
||
|
source:
|
||
|
- any: ['src/**/*']
|
||
|
|
||
|
data:
|
||
|
- any: ['data/**/*']
|
||
|
|
||
|
ci:
|
||
|
- any: ['.github/workflows/*.yml']
|