mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-09 16:24:24 +03:00
23 lines
453 B
YAML
23 lines
453 B
YAML
# https://github.com/actions/labeler#basic-examples
|
|
|
|
rust:
|
|
- changed-files:
|
|
- any-glob-to-any-file: crates/**/*
|
|
|
|
"@gitbutler/desktop":
|
|
- changed-files:
|
|
- any-glob-to-any-file: apps/desktop/**/*
|
|
|
|
"@gitbutler/web":
|
|
- changed-files:
|
|
- any-glob-to-any-file: apps/web/**/*
|
|
|
|
"@gitbutler/ui":
|
|
- changed-files:
|
|
- any-glob-to-any-file: packages/ui/**/*
|
|
|
|
"@gitbutler/design-tokens":
|
|
- changed-files:
|
|
- any-glob-to-any-file: packages/design-tokens/**/*
|
|
|