fix(rate_limiter): add missing prune calls for light client protocols (#8058)

Co-Authored-By: Jimmy Chen <jimmy@sigmaprime.io>

Co-Authored-By: gitToki <tokipro@proton.me>
This commit is contained in:
Toki
2025-09-17 06:51:43 +02:00
committed by GitHub
parent b7d78a91e0
commit 5928407ce4
2 changed files with 39 additions and 10 deletions

4
.github/mergify.yml vendored
View File

@@ -105,6 +105,10 @@ queue_rules:
{{ body | get_section("## Proposed Changes", "") }}
{% for commit in commits | unique(attribute='email_author') %}
Co-Authored-By: {{ commit.author }} <{{ commit.email_author }}>
{% endfor %}
queue_conditions:
- "#approved-reviews-by >= 1"
- "check-success=license/cla"