-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow PR comment from non-PR events using comment-on-pr-number
#803
allow PR comment from non-PR events using comment-on-pr-number
#803
Conversation
Hi again @bennettp123! Thanks for opening this PR. Just a friendly reminder, add a line to the CHANGELOG with your PR for this bug fix. 👍🏻 Great catch! |
Tested in a personal repo:
|
Hi @RobbieMcKinstry, I've updated the CHANGELOG, and I've tested it in a personal repo, so I'm happy for it to be merged. Let me know if there's anything else you need 😄 |
ecb8033
to
84bdc62
Compare
de28bb1
to
8a752e2
Compare
Looks like some unwanted changes crept in while merging changes from master. I've rebased instead, and fixed up the conflicts manually. |
Hey Bennett, I apologize for the delay in getting this merge. You made my life easy by making your contribution straightforward to review! Thanks very much! ❤️ |
Allow
comment-on-pr-number
to be used to comment on a PR, even when not called from apull_request
event.Fixes #802