AbanteAI / mentat

Mentat - The AI Coding Assistant
https://mentat.ai
Apache License 2.0
2.42k stars 226 forks source link

Add timeouts to github actions #547

Closed biobootloader closed 3 months ago

biobootloader commented 3 months ago

Pull Request Checklist

mentatbot[bot] commented 3 months ago

MENTAT CODE REVIEW IN ACTIVE DEVELOPMENT. Only in use on mentat and internal repos. Please Reply with feedback.

The addition of timeouts to the GitHub Actions workflows is a prudent measure to ensure resources are used efficiently and to prevent potential hangs. The chosen timeout values seem appropriate for the current scope of the jobs, but it's important to revisit these as the project grows or as its dependencies change. Overall, this is a solid improvement to the CI/CD pipeline.