dsh-ci-cd-bot: Integrating GitHub Issues/PRs into DSH's Execution and Review Queue
dsh-ci-cd-bot is a DSH Web UI plugin designed to automatically manage issues/PRs in repositories under a GitHub account. It automatically fixes and pushes bugs from locally existing checkouts, and places feature requests and PRs onto a kanban board for one-click execution, review, and merging. The plugin consists of a Host component that polls GitHub and executes Agents, and a Browser component that injects the kanban board interface. It supports automatic categorization, local matching, Agent self-testing, Git commit and push, as well as optional PR creation and Issue responses. Node.js ≥ 22 and dsh 0.1.0-rc.6 are required. Installation is recommended via npm commands, and it can also be built from source or manually linked. Configuration is stored in a local JSON file, with the GitHub Token.
Read More