gitbutler/.github/pr-labeler.yml

14 lines
237 B
YAML
Raw Normal View History

2024-06-19 23:05:10 +03:00
# https://github.com/actions/labeler#basic-examples
rust:
- changed-files:
- any-glob-to-any-file: crates/**/*
2024-06-27 15:27:35 +03:00
app:
2024-06-19 23:05:10 +03:00
- changed-files:
- any-glob-to-any-file: app/**/*
2024-06-27 15:27:35 +03:00
ui:
- changed-files:
- any-glob-to-any-file: packages/ui/**/*