Skip to content

Bugfix/1147 ampscript not always auto formatted correctly + replaced beauty-amp-core with beauty-amp-core2 #260

Bugfix/1147 ampscript not always auto formatted correctly + replaced beauty-amp-core with beauty-amp-core2

Bugfix/1147 ampscript not always auto formatted correctly + replaced beauty-amp-core with beauty-amp-core2 #260

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 }}