mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 09:01:45 +03:00
10 lines
175 B
YAML
10 lines
175 B
YAML
# https://github.com/actions/labeler#basic-examples
|
|
|
|
rust:
|
|
- changed-files:
|
|
- any-glob-to-any-file: crates/**/*
|
|
|
|
svelte:
|
|
- changed-files:
|
|
- any-glob-to-any-file: app/**/*
|