mango-v4/.github/labeler.yml

16 lines
193 B
YAML

program:
- 'programs/**'
client:
- 'ts/client/**'
liquidator:
- 'liquidator/**'
keeper:
- 'keeper/**'
ci:
- '.github/workflows/**'
dependency:
- '*.lock'
documentation:
- '*.md'
- '**/LICENCE'