gitbutler/.github/pr-labeler.yml
Mattias Granlund aa4e1667c7 Enable prettier for .vscode files
- unclear why these were ever ignored
2024-10-09 11:31:08 +02:00

22 lines
482 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/**/*