Skip to content

bug/1676 fix graceful handling of "key not found" error for journey and event #516

bug/1676 fix graceful handling of "key not found" error for journey and event

bug/1676 fix graceful handling of "key not found" error for journey and event #516

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/gha-mjolnir@v1.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}