Skip to content

Releases: valerauko/wrike-ist

Fix error when skipping actions

27 Jun 07:45
5924b35
Compare
Choose a tag to compare

Fixes issue #40 that occurred if merged is set to - and a PR is merged, or closed is set to - and a PR is closed without merging.

Add PR number to the backlink

13 Jun 09:54
2f6743c
Compare
Choose a tag to compare

What's Changed

  • Add PR number to the backlink in #39

Transition on re/open

02 Jun 08:36
2fab9ae
Compare
Choose a tag to compare

With the new opened option it's now possible to enable a transition when a pull request is ready for review (opened, re-opened or marked as ready for review). It's optional and does nothing unless specified.

Handle multiple links in PR body

02 Jun 05:53
e97b3ce
Compare
Choose a tag to compare
v1.5.0

Support multiple wrike links in PR body (#34)

Make it possible to disable merged/closed transitions

30 May 10:33
5d7031b
Compare
Choose a tag to compare

By setting the merged or closed keys in the configuration to "-" it is now possible to disable those transitions if desired.

Add pull request title to link

30 May 08:49
b80a634
Compare
Choose a tag to compare

Having the pull request title in the backlink makes things clear when multiple PRs might link to one issue

Update to use node16

30 May 08:13
facc245
Compare
Choose a tag to compare

Github Actions using node12 are deprecated and dumping a mass of warnings on every run.

Update to using node16 and also update dependencies while on it.

Specify desired new status using inputs

21 Sep 14:50
0eb6a5a
Compare
Choose a tag to compare

Use Action inputs to specify by name what status to move the linked task to when the linked PR is closed (with or without merging).

Support cancelling task

07 Oct 03:12
9c7dffa
Compare
Choose a tag to compare

Mark wrike task as Cancelled if the linked PR is closed without merging.

Custom workflow support

04 Oct 12:49
cc6b700
Compare
Choose a tag to compare

Custom workflow support is now live!

On PR merge, the linked wrike task will be marked as Complete (or equivalent) in the (custom) workflow of the task's folder.