airtai / faststream

FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
https://faststream.airt.ai/latest/
Apache License 2.0
3.15k stars 161 forks source link

CI: pre-commit can't push to forks #1892

Open Lancetnik opened 2 weeks ago

Lancetnik commented 2 weeks ago

Seems like it can't find correct outer repo and tries to push to not-existed our repo branch:

https://github.com/airtai/faststream/actions/runs/11632699466/job/32396345536

kumaranvpl commented 2 weeks ago

@Lancetnik That is strange. I have tested the code with my PR before merging to main. I will take a look later. Next week probably.