-
Notifications
You must be signed in to change notification settings - Fork 429
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
fix: Add stale_flags_limit_days to Project serializer #3607
fix: Add stale_flags_limit_days to Project serializer #3607
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3607 +/- ##
==========================================
- Coverage 95.86% 95.86% -0.01%
==========================================
Files 1099 1099
Lines 34214 34252 +38
==========================================
+ Hits 32798 32834 +36
- Misses 1416 1418 +2 ☔ View full report in Codecov by Sentry. |
273a232
to
f604e87
Compare
…rializer # Conflicts: # api/conftest.py
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Adds the
stale_flags_limit_days
field to the project serializer so that it can be configured via the dashboard.How did you test this code?
Added tests