Skip to content

Commit

Permalink
feat(sns): suffix matching to sub filter (#28795)
Browse files Browse the repository at this point in the history
Closes #28765.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
msambol authored and SankyRed committed Feb 8, 2024
1 parent 222d2cf commit afd2d22
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 76 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@
},
{
"prefix": "ye"
},
{
"suffix": "ue"
},
{
"suffix": "ow"
}
],
"size": [
Expand Down Expand Up @@ -326,6 +332,12 @@
},
{
"prefix": "ye"
},
{
"suffix": "ue"
},
{
"suffix": "ow"
}
]
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit afd2d22

Please sign in to comment.