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

Messages does not distinguish if a closed PR was merged or not. #25

Closed toffentoffen closed 3 years ago

toffentoffen commented 3 years ago

Describe the bug If a PR is closed without merging the added message to task says "merged":

toffentoffen merged a PR: conversion reports refactor for stages

To Reproduce Steps to reproduce the behavior:

  1. Close a PR without merging.

Expected behavior Message should be: toffentoffen closed a PR without merging: conversion reports refactor for stages

Additional context

miguelbemartin commented 3 years ago

Nice catch @toffentoffen ;) Thanks for taking the time to open an issue and a PR.