2024-06-19 23:05:10 +03:00
|
|
|
# https://github.com/actions/labeler#basic-examples
|
|
|
|
|
|
|
|
rust:
|
2024-10-09 11:43:01 +03:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: crates/**/*
|
2024-06-19 23:05:10 +03:00
|
|
|
|
2024-10-09 11:43:01 +03:00
|
|
|
'@gitbutler/desktop':
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: apps/desktop/**/*
|
2024-06-27 15:27:35 +03:00
|
|
|
|
2024-10-09 11:43:01 +03:00
|
|
|
'@gitbutler/web':
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: apps/web/**/*
|
2024-07-27 14:29:32 +03:00
|
|
|
|
2024-10-09 11:43:01 +03:00
|
|
|
'@gitbutler/ui':
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: packages/ui/**/*
|
2024-08-04 14:39:41 +03:00
|
|
|
|
2024-10-09 11:43:01 +03:00
|
|
|
'@gitbutler/design-tokens':
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: packages/design-tokens/**/*
|