gitbutler/.github/pr-labeler.yml

23 lines
453 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-07-27 14:29:32 +03:00
"@gitbutler/desktop":
2024-06-19 23:05:10 +03:00
- changed-files:
2024-07-27 14:29:32 +03:00
- any-glob-to-any-file: apps/desktop/**/*
2024-06-27 15:27:35 +03:00
2024-07-27 14:29:32 +03:00
"@gitbutler/web":
- changed-files:
- any-glob-to-any-file: apps/web/**/*
2024-07-27 14:29:32 +03:00
"@gitbutler/ui":
2024-06-27 15:27:35 +03:00
- changed-files:
- any-glob-to-any-file: packages/ui/**/*
"@gitbutler/design-tokens":
- changed-files:
- any-glob-to-any-file: packages/design-tokens/**/*