nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

feat(app/automatic-dev-flow): move on changes requested #128

Closed pinussilvestrus closed 2 years ago

pinussilvestrus commented 2 years ago

Related to https://github.com/bpmn-io/internal-docs/issues/451

This moves a pull request back to in progress once a review requested changes.

@nikku is there any way to unit test those dev flow handlers? Or should I set up a proper local environment? As for now I simply implemented it according to GitHub's API:

nikku commented 2 years ago

No local tests for the time being. I usually integration test using a real world example.

Will review and get back to you.