Commit Graph

15 Commits

Author SHA1 Message Date
Toki
5928407ce4 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>
2025-09-17 04:51:43 +00:00
Jimmy Chen
9e9c51be6f Remove redundant and 2025-05-28 10:59:17 +10:00
Jimmy Chen
b7fc03437b Fix condition 2025-05-28 10:55:14 +10:00
Jimmy Chen
8dde5bdb44 Update mergify rules so that I can add waiting-on-author on a PR that's passing CI. Remove noisy comments. 2025-05-27 23:15:07 +10:00
Jimmy Chen
7759cb8f91 Update mergify rule to not evaluate PRs that are not ready for review - to reduce noise and avoid updating stale PRs. (#7494) 2025-05-21 18:18:48 +10:00
Jimmy Chen
e21198c08b One more attempt to fix mergify condition. (#7472) 2025-05-16 13:55:06 +10:00
Jimmy Chen
e0ee148d6a Prevent mergify from updating labels while CI is still running. (#7470) 2025-05-16 11:46:21 +10:00
Jimmy Chen
cc6ae9d3f0 Fix mergify infinite loop. (#7463)
* Fix mergify infinite loop.

* Update rule for `ready-for-review` label.

* More fix to prevent infinite loop
2025-05-15 16:54:56 +10:00
Jimmy Chen
b1138c28fb Add additional mergify rules to automate triaging (#7451)
* Add additional mergify rules to automate triaging.

* Update mergify config.
2025-05-15 15:54:24 +10:00
Jimmy Chen
bf955c7543 Update mergify conditions for trivial and ready-for-merge labels to satisfy if base is not stable (#6997) 2025-02-14 10:23:38 +11:00
João Oliveira
029b4f2104 Improve mergify config (#6852)
* improve mergify config

* negate conflict
2025-01-24 11:43:51 +11:00
Michael Sproul
6b6f2beb7d Fix branch/tag names in mergify config (#6842) 2025-01-23 11:01:11 +11:00
João Oliveira
dc73791f35 update script for new mergify syntax (#6597) 2025-01-23 09:55:55 +11:00
Jimmy Chen
c7e5dd1098 Update Mergify commit message template (#5126) 2024-01-27 00:43:44 +00:00
Jimmy Chen
4cf4819497 Add mergify merge queue configuration file (#4917)
* Add mergify.yml.

* Abstract out CI jobs to a "success" job so that a change in the CI jobs don't require modification to mergify configuration on stable branch.

* Add new jobs to the `needs` list of  `test-suite-success`.

* Set `batch_max_wait_time` to 60 s.
2023-12-12 16:04:29 +11:00