NEAR-DevHub / race-of-sloths

A fun way to contribute to open source. Contribute, get recognized, and boost your profile
https://race-of-sloths.com
6 stars 1 forks source link

[UFB] Bot should allow to include recently merged PRs #152

Closed frol closed 1 month ago

frol commented 1 month ago

image

Let's allow to include a PR within 24h after merge, to avoid such cases

akorchyn commented 1 month ago

I have made a small fix for that in the commit.

Here you can see the results: https://github.com/akorchyn/test-bot/pull/54

Well, two messages are annoying, but It requires refactoring a bit to avoid that. Currently, each command writes on its own to the PR) Probably, it would be better if each command populates a list of messages/changes that were done, and then a single write should happen. Though, as a short-term solution, I rollout this :)