Andrei Subbota

Results 44 comments of Andrei Subbota

I’ve added some changes to [danger-changelog#65](https://github.com/dblock/danger-changelog/pull/65), which means we won’t need to reimplement the changelog plugin in our `Dangerfile` as I did in my draft PR. Once that is merged,...

For transparency, my plan is: * Remove the requirement for `github_token` from **danger-changelog** [https://github.com/dblock/danger-changelog/pull/65](https://github.com/dblock/danger-changelog/pull/65) * Release a new version of **danger-changelog** * Remove the `toc!` check (which also requires `github_token`)...

Dependent on https://github.com/dblock/danger-changelog/pull/66 now

@dblock We can't move workflows totally to ruby-grape-danger. Something will stay here. But we can try to reuse workflows from danger by something like: ``` # .github/workflows/danger.yml name: Danger on:...