Skip to content

Commit e3bf7ca

Browse files
authored
ci: configure labeler to reflect swift and dart labels (#10)
1 parent 006ab8a commit e3bf7ca

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/labeler.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,20 @@ test:
1818
- changed-files:
1919
- any-glob-to-all-files:
2020
- test/**
21-
- example/macos/RunnerTests/**/*.swift
22-
- example/macos/RunnerUITests/**/*.swift
21+
- example/integration_test/**
22+
- example/macos/RunnerTests/**
23+
- example/macos/RunnerUITests/**
24+
- example/test/**
25+
26+
dart:
27+
- changed-files:
28+
- any-glob-to-all-files:
29+
- lib/**/*.dart
30+
- test/**/*.dart
31+
- example/**/*.dart
32+
33+
swift:
34+
- changed-files:
35+
- any-glob-to-all-files:
36+
- macos/**/*.swift
37+
- example/macos/**/*.swift

0 commit comments

Comments
 (0)