Task/1674 ensure journey activities and entry-event fields are sorted to ease pull request reviews #527
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |