Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

pull-request-notifier-for-stash-1.15

Choose a tag to compare

@tomasbjerre tomasbjerre released this 21 Jun 17:29
· 473 commits to master since this release
  • Removing RESCOPED event, its confusing when to use it together with _FROM and _TO. RESCOPED was triggered when both _FROM and _TO changed at the exact same time. Now, just check _FROM if you only want to trigger when source branch changes, _TO if only target and both if you want to trigger for both.
  • Adding logging to make it easier to debug what events are triggered.