gitbutler/.github/pr-labeler.yml
2024-06-27 14:27:35 +02:00

14 lines
237 B
YAML

# https://github.com/actions/labeler#basic-examples
rust:
- changed-files:
- any-glob-to-any-file: crates/**/*
app:
- changed-files:
- any-glob-to-any-file: app/**/*
ui:
- changed-files:
- any-glob-to-any-file: packages/ui/**/*