gitbutler/.github/pr-labeler.yml

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/**/*