unsplash / comment-on-pr

A GitHub Action to comment on the relevant open PR when a commit is pushed.
MIT License
151 stars 84 forks source link

Support pull_request event types #10

Closed patrickeasters closed 4 years ago

patrickeasters commented 5 years ago

I had a use case where I wanted to comment on a PR during a pull_request event type, so I added this support. This is completely backwards compatible with the existing behavior for push events.

FarhanSajid1 commented 4 years ago

@aaronklaassen can you merge approve the merge?

FarhanSajid1 commented 4 years ago

@patrickeasters if this doesn’t get merged I could use your repo and branch to run my git action, or should I fork over your repo and use it that way?

patrickeasters commented 4 years ago

@FarhanSajid1 you're welcome to fork my repo with the fix or reference it: patrickeasters/comment-on-pr@v1.1.2

aaronklaassen commented 4 years ago

Oh, thanks! I've been meaning to add this, too. You beat me to it :+1:

Sorry for the wait. Apparently I missed the notification for this open PR 😬