andooown
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...
Thanks! I will try 2, and share the result here.
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!