We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006ab8a commit e3bf7caCopy full SHA for e3bf7ca
.github/labeler.yml
@@ -18,5 +18,20 @@ test:
18
- changed-files:
19
- any-glob-to-all-files:
20
- test/**
21
- - example/macos/RunnerTests/**/*.swift
22
- - example/macos/RunnerUITests/**/*.swift
+ - example/integration_test/**
+ - 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
35
36
+ - macos/**/*.swift
37
+ - example/macos/**/*.swift
0 commit comments