Skip to content

Commit

Permalink
Fix labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroengoogle committed Dec 5, 2023
1 parent 588d9b2 commit ce672a8
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
- '**/windows/**/*'

'a: internationalization':
- packages/flutter_localizations/**/*
- any:
- packages/flutter_localizations/**/*

'a: tests':
- any:
Expand All @@ -37,13 +38,16 @@
- '**/*text*'

'd: api docs':
- examples/api/**/*
- any:
- examples/api/**/*

'd: examples':
- examples/**/*
- any:
- examples/**/*

engine:
- bin/internal/engine.version
- any:
- bin/internal/engine.version

'f: cupertino':
- any:
Expand Down Expand Up @@ -92,13 +96,16 @@ framework:
- examples/api/**/*

'f: integration_test':
- packages/integration_test/**/*
- any:
- packages/integration_test/**/*

platform-ios:
- packages/flutter_tools/lib/src/ios/**/*
- any:
- packages/flutter_tools/lib/src/ios/**/*

'customer: gallery':
- examples/flutter_gallery/**/*
- any:
- examples/flutter_gallery/**/*

'c: tech-debt':
- any:
Expand Down

0 comments on commit ce672a8

Please sign in to comment.