Skip to content

Commit

Permalink
ci: labeler-for-upcoming-packaging (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Aug 4, 2023
1 parent 547ed6b commit dc48c0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ github_actions:

test:
- test/**/*
- test/api_getTaxonomyPackagingMaterialsServer_test.dart
- test/api_getTaxonomyPackagingShapesServer_test.dart

knowledge panels:
- lib/model/knowledge_panel.g.dart
Expand All @@ -26,3 +28,11 @@ personalized search:

folksonomy:
- lib/folksonomy.dart

packaging:
- lib/model/TaxonomyPackagingMaterial.dart
- lib/model/TaxonomyPackagingMaterial.g.dart
- lib/model/TaxonomyPackagingShape.dart
- lib/model/TaxonomyPackagingShape.g.dart
- test/api_getTaxonomyPackagingMaterialsServer_test.dart
- test/api_getTaxonomyPackagingShapesServer_test.dart

0 comments on commit dc48c0f

Please sign in to comment.