vsoch / pull-request-action

open a pull request when a branch is pushed or updated
https://github.com/marketplace/actions/pull-request-action
MIT License
174 stars 62 forks source link

Testing assign request again #43

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

@AnandChowdhary I think we should squash and merge here, and release as 1.0.9 - the error printing is much cleaner here than with the bash script. See https://github.com/AnandChowdhary/vsoch-pull-request-action-41/runs/1161834363?check_suite_focus=true. Let me know when you've had a chance to look.

AnandChowdhary commented 4 years ago

This looks great... You re-wrote the entire action in Python, thanks so much for all your hard work! I say let's release! Thanks so much again!

vsoch commented 4 years ago

When it was relatively simple, it was easy to maintain with bash - but as of recent it's been especially buggy and hard to derive reasons for errors, so the change to python is a step to make that easier.