iosWebViewFix/.github/autolabeler.yml

9 lines
389 B
YAML
Raw Permalink Normal View History

2020-06-22 15:48:32 +00:00
# Configuration for probot-auto-labeler - https://github.com/probot/autolabeler
# label: file | path
android: ["/android", "*.kt", "*.java", "*gradle*", "AndroidManifest.xml"]
iOS: ["/ios", "*.swift", "*.h", "*.m", "*.xcodeproj", "*.xcworkspace", "*.plist", "*.storyboard", "*.xcconfig", Podfile*"]
flutter/dart: ["/lib", "*.dart"]
documentation: ["*.md"]
legal: ["LICENSE*", "NOTICES*"]