Skip to content

Commit

Permalink
Promote Android ignore pattern consolidation to Production (#2441)
Browse files Browse the repository at this point in the history
Replicate #2440
  • Loading branch information
andrewpollock authored Aug 2, 2024
1 parent d66c268 commit c62fc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- name: android
versions_from_repo: False
type: 1
ignore_patterns: ['^(?!A-).*$', '^(?!ASB-A-).*$', '^(?!PUB-ASB-A-).*$']
ignore_patterns: ['^(?!(PUB-)?ASB-A-).*$']
detect_cherrypicks: False
extension: .json
bucket: android-osv
Expand Down

0 comments on commit c62fc8d

Please sign in to comment.