Skip to content

task/1611 allow deleting entire journey by specifying the version with /* #491

task/1611 allow deleting entire journey by specifying the version with /*

task/1611 allow deleting entire journey by specifying the version with /* #491

name: Close issues related to a merged pull request based on master branch.
on:
pull_request:
types: [closed]
branches:
- develop
- hotfix
jobs:
closeIssueOnPrMergeTrigger:
runs-on: ubuntu-latest
steps:
- name: Closes issues related to a merged pull request.
uses: ldez/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}