-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: schema 5.3 #7428
base: main
Are you sure you want to change the base?
feat: schema 5.3 #7428
Conversation
Co-authored-by: Joyce Yan <[email protected]>
…7364) Co-authored-by: nayib-jose-gloria <[email protected]> Co-authored-by: Trent Smith
Deployment Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7428 +/- ##
==========================================
- Coverage 92.91% 92.87% -0.05%
==========================================
Files 194 193 -1
Lines 16831 16496 -335
==========================================
- Hits 15638 15320 -318
+ Misses 1193 1176 -17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Isaac Virshup <[email protected]>
r"(?<!\.-$)" # Bucket name must not end with a period followed by a hyphen | ||
r"(?<!\.$)" # Bucket name must not end with a period | ||
r"(?<!-$)" # Bucket name must not end with a hyphen | ||
r"(/([a-zA-Z0-9._-]+/?)*)?$" # key naming constraints |
Check failure
Code scanning / CodeQL
Inefficient regular expression High
No description provided.