andooown

Results 4 comments of andooown

@orta Thanks. > maybe with some work you could get Danger Ruby to support this by looking up the PR number and then making it do the normal pull request...

My final GitHub Actions workflow is below. ```yaml name: Danger on: pull_request: types: [opened, synchronize, reopened, edited] pull_request_review: # I couldn't run in `push` event yet! #push: # branches: #...

@orta > However, I think it is just work around. > Is there any plan to support pull_request_review in Danger? How about it? If not, I can contribute!