devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
340 stars 39 forks source link

Fix README Error Marking When Workflow Triggered Without User Input #314

Closed yangbobo2021 closed 5 months ago

yangbobo2021 commented 5 months ago

This pull request addresses the issue reported in devchat-ai/devchat#313, where the README was incorrectly marked with an error when a workflow requiring user input was triggered without it. The changes made ensure that the README is now displayed normally, without any inaccurate error indications, aligning with the expected behavior outlined in the issue.

The following improvements were made:

Closes devchat-ai/devchat#313.