Teamwork / github-sync

This action helps you to sync your PRs with tasks in Teamwork to streamline team collaboration and your development workflows.
https://developer.teamwork.com
MIT License
64 stars 26 forks source link

Update comment when a PR has been merged #10

Closed miguelbemartin closed 4 years ago

miguelbemartin commented 4 years ago

Closes #9

seanogdev commented 4 years ago

@miguelbemartin Would this change still create a comment in Teamwork saying a PR has been merged if it has been closed instead of it being merged?

miguelbemartin commented 4 years ago

@miguelbemartin Would this change still create a comment in Teamwork saying a PR has been merged if it has been closed instead of it being merged?

@miralize No, only when the PR has been merged.

It's hard to work with the GitHub actions because it's hard to test. I didn't find a way to receive the trigger when the PR has been closed (without been merged).

So, for the moment. Only three types of comments will be added:

Feel free to open issues or PRs with new ideas or any feedback :)