Skip to content

Commit

Permalink
fix: Fix android ignore pattern subtle regex error
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Aug 30, 2024
1 parent e035a1f commit b72c34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- name: 'android'
versions_from_repo: False
type: 1
ignore_patterns: ['^(?!(ASB|PUB|A))-.*$']
ignore_patterns: ['^(?!(ASB|PUB|A)-).*$']
detect_cherrypicks: False
extension: '.json'
bucket: 'android-osv'
Expand Down
2 changes: 1 addition & 1 deletion source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- name: 'android'
versions_from_repo: False
type: 1
ignore_patterns: ['^(?!(ASB|PUB|A))-.*$']
ignore_patterns: ['^(?!(ASB|PUB|A)-).*$']
detect_cherrypicks: False
extension: '.json'
bucket: 'android-osv-test'
Expand Down

0 comments on commit b72c34c

Please sign in to comment.