mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-27 17:55:11 +03:00
14 lines
237 B
YAML
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/**/*
|